mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-01 02:30:51 -06:00
delete old comment
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user