docs: memparse (fix #80) [ci skip]
[awesomized/libmemcached] / libtest / memcached.h
index 915d3fa8a97cb15828ceb7d534d235e0f5832856..195ce7ab4fd509b246e295ad0e6ef320b17f8d78 100644 (file)
@@ -40,12 +40,7 @@ namespace libtest {
 
 libtest::Server *build_memcached(const std::string& hostname, const in_port_t try_port);
 
-libtest::Server *build_memcached_light(const std::string& socket_file, const in_port_t try_port);
-
 libtest::Server *build_memcached_socket(const std::string& socket_file, const in_port_t try_port);
 
-libtest::Server *build_memcached_sasl(const std::string& hostname, const in_port_t try_port, const std::string& username, const std::string& password);
-
-libtest::Server *build_memcached_sasl_socket(const std::string& socket_file, const in_port_t try_port, const std::string& username, const std::string& password);
-
 }
+