Updated to latest memcached
[awesomized/libmemcached] / libtest / cmdline.cc
index 8cb76252259e6edef69bc302a8944db29e791d3b..f43b1c28b72ca970d679e0b274ca5faa7ddc7628 100644 (file)
@@ -96,6 +96,7 @@ namespace {
     return arg_buffer.str();
   }
 
+#if 0
   std::string print_argv(char** argv)
   {
     std::stringstream arg_buffer;
@@ -107,6 +108,8 @@ namespace {
 
     return arg_buffer.str();
   }
+#endif
+
 
   static Application::error_t int_to_error_t(int arg)
   {
@@ -456,6 +459,7 @@ Application::error_t Application::wait(bool nohang)
   if (exit_code == Application::INVALID)
   {
     Error << print_argv(built_argv, _argc);
+    /
   }
 #endif
 
@@ -512,13 +516,11 @@ Application::error_t Application::join()
 
   slurp();
 
-#if 0
   if (exit_code == Application::INVALID)
   {
-    Error << print_argv(built_argv, _argc);
+    Error << print_argv(built_argv);
   }
-#endif
-
+;
   return exit_code;
 }