summaryrefslogtreecommitdiff
path: root/src/account-server/dalstorage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/account-server/dalstorage.cpp')
-rw-r--r--src/account-server/dalstorage.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/account-server/dalstorage.cpp b/src/account-server/dalstorage.cpp
index 410f1371..31606e8f 100644
--- a/src/account-server/dalstorage.cpp
+++ b/src/account-server/dalstorage.cpp
@@ -42,8 +42,6 @@
DALStorage::DALStorage()
: mDb(dal::DataProviderFactory::createDataProvider())
{
- // the connection to the database will be made on the first request
- // to the database.
}
@@ -56,9 +54,6 @@ DALStorage::~DALStorage()
close();
}
delete mDb;
-
- // mAccounts and mCharacters contain smart pointers that will deallocate
- // the memory so nothing else to do here :)
}