Skip to content
Snippets Groups Projects
Commit 8e0b8026 authored by Steven Murray's avatar Steven Murray
Browse files

Removed unused declaration PooledConn::closeAllConns()

parent 3a50e04f
No related branches found
No related tags found
No related merge requests found
......@@ -55,11 +55,6 @@ public:
*/
PooledConn getConn();
/**
* Closes all the database connections currently in the pool.
*/
void closeAllConns();
private:
friend PooledConn;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment