diff --git a/Redis/include/Poco/Redis/Client.h b/Redis/include/Poco/Redis/Client.h index c23d42eaa..3d4860644 100644 --- a/Redis/include/Poco/Redis/Client.h +++ b/Redis/include/Poco/Redis/Client.h @@ -141,15 +141,6 @@ private: void connect(); /// Connects to the Redis server - - static RedisType::Ptr createRedisType(char marker); - /// Create a Redis type based on the marker : - /// + : a simple string (std::string) - /// - : an error (Error) - /// $ : a bulk string (BulkString) - /// * : an array (Array) - /// : : a signed 64 bit integer (Int64) - friend class Array; };