Browse Source

Fix build bug.

Brian Aker 12 years ago
parent
commit
195d173139
1 changed files with 0 additions and 5 deletions
  1. 0 5
      libtest/cmdline.h

+ 0 - 5
libtest/cmdline.h

@@ -146,11 +146,6 @@ public:
     return _stdout_buffer;
   }
 
-  const char* stdout_c_str() const
-  {
-    return &_stderr_buffer[0];
-  }
-
   size_t stdout_result_length() const
   {
     return _stdout_buffer.size();