cmake: build&run tests (sortof)
[awesomized/libmemcached] / libtest / server.cc
index 401218baeb32e1e3a5668f90cd3cdbff6190121e..bfb265cdb5811520b22a45d0a689ac36e29f1a96 100644 (file)
@@ -529,20 +529,4 @@ bool Server::kill()
   return false;
 }
 
-std::pair<std::string, std::string> Server::output()
-{
-  _app.slurp();
-  return {
-    std::string {
-      _app.stdout_result().data(),
-      _app.stdout_result().size()
-    },
-    std::string {
-      _app.stderr_result().data(),
-      _app.stderr_result().size()
-    }
-  };
-}
-
-
 } // namespace libtest