Changed a code

* Cut a #ifdef
  Cuts a code for clearing r493.




git-svn-id: http://s3fs.googlecode.com/svn/trunk@494 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
ggtakec@gmail.com 2013-11-11 15:03:04 +00:00
parent 09fc2593e3
commit c785be917f

View File

@ -1247,9 +1247,7 @@ bool S3fsCurl::ClearInternalData(void)
LastResponseCode = -1;
postdata = NULL;
postdata_remaining = 0;
#ifndef OR_CORE_RETRY
retry_count = 0;
#endif
b_infile = NULL;
b_postdata = NULL;
b_postdata_remaining = 0;