delete old comment

This commit is contained in:
Frank Park
2017-03-29 01:27:42 -04:00
parent 30caa5d878
commit e0d7d71bb3

View File

@@ -84,8 +84,6 @@ namespace sqlpp
return connection._impl->get_config().get() == this->config.get();
}
// Caller is responsible for making sure the connection being
// returned has the same configuration as the connection pool.
void free_connection(std::unique_ptr<Connection>& connection)
{
std::lock_guard<std::mutex> lock(connection_pool_mutex);