summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/src/connectionpool.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/src/connectionpool.cc b/server/src/connectionpool.cc
index 09dd5d1..9271871 100644
--- a/server/src/connectionpool.cc
+++ b/server/src/connectionpool.cc
@@ -79,7 +79,6 @@ int ConnectionPool::numFreeDatabases()
return num;
}
-#include <stdio.h>
Database *ConnectionPool::borrowDatabase()
{
Database *db = NULL;