Second pass on update of yatl.
[awesomized/libmemcached] / libtest / memcached.h
index 405f275f786ed9b20ed0798e5894f7b9176b398d..195ce7ab4fd509b246e295ad0e6ef320b17f8d78 100644 (file)
@@ -40,13 +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);
-
 }