From 9f930eb2a24dd811633a9f6f7eb3a36310ebc8d5 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Thu, 30 Aug 2007 20:06:26 +0000 Subject: Fixed or removed obsolete comments. --- src/account-server/dalstorage.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/account-server/dalstorage.cpp') diff --git a/src/account-server/dalstorage.cpp b/src/account-server/dalstorage.cpp index 410f137..31606e8 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 :) } -- cgit