Update for Lion, error messages.
[m6w6/libmemcached] / libmemcached / csl / server.h
index f78db99b71012f30905df6f421931f42aad6d1a4..92f7ed561b0840f11e4d03b48369d02539e1a0ca 100644 (file)
@@ -47,14 +47,3 @@ struct server_t
   const char *c_str;
   size_t size;
 };
-
-#if 0
-#include <iostream>
-inline std::ostream& operator<<(std::ostream& output, const server_t& arg)
-{
-  output.write(arg.c_str, arg.size);
-  output << ':' << arg.port;
-  output << '+' << arg.weight;
-  return output;
-}
-#endif