Standardize the snprintf() failure messages, and add tests for libmemcached_util_getpid()
[awesomized/libmemcached] / libtest / memcached.cc
index 61c3209fc166993076ab10ecec2f7e1dc1376cc6..6c019f9d1e586a264f52927ca257bb9577c68a21 100644 (file)
@@ -253,11 +253,3 @@ bool server_startup(server_startup_st *construct)
 
   return true;
 }
-
-void server_shutdown(server_startup_st *construct)
-{
-  if (not construct)
-    return;
-
-  construct->shutdown();
-}