From 2ba3653b36c5c7cfd6fff785fd066be6aabda494 Mon Sep 17 00:00:00 2001 From: rrizun Date: Tue, 22 Jan 2008 00:43:06 +0000 Subject: [PATCH] removed debugging code that accidentally slipped in there...! git-svn-id: http://s3fs.googlecode.com/svn/trunk@40 df820570-a93a-0410-bd06-b72b767a4274 --- s3fs/s3fs.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/s3fs/s3fs.cpp b/s3fs/s3fs.cpp index 5aff353..6b19033 100644 --- a/s3fs/s3fs.cpp +++ b/s3fs/s3fs.cpp @@ -143,7 +143,6 @@ if (true) { \ return -ENOENT; \ cout << __LINE__ << "###curlCode=" << curlCode << "(" << curl_easy_strerror(curlCode) << ")" << "###responseCode=" << responseCode << endl; \ cout << "giving up..." << endl; \ - char *p = 0; *p = 0; \ Oof(-EIO); \ } \ } \