diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-22 21:43:40 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-22 21:43:40 +0000 |
commit | 83f5aeeff8b6ac9cdcfa668ef9d98f23cbd7846c (patch) | |
tree | 6825eb23603bdeebc8167c130f33fa34fcfd5392 /plugins/Db3x_mmap/src/dbcache.cpp | |
parent | b067fba27672fca16c1dfe6f11c1c01b23bfa770 (diff) |
minus another clutch
git-svn-id: http://svn.miranda-ng.org/main/trunk@6961 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/dbcache.cpp')
-rw-r--r-- | plugins/Db3x_mmap/src/dbcache.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/Db3x_mmap/src/dbcache.cpp b/plugins/Db3x_mmap/src/dbcache.cpp index 8fb1910caf..8862c7192f 100644 --- a/plugins/Db3x_mmap/src/dbcache.cpp +++ b/plugins/Db3x_mmap/src/dbcache.cpp @@ -23,18 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "commonheaders.h"
-int CDb3Mmap::Load(bool bSkipInit)
-{
- int res = CDb3Base::Load(bSkipInit);
- if (res != ERROR_SUCCESS)
- return res;
-
- if (!bSkipInit)
- return InitCrypt();
-
- return 0;
-}
-
void CDb3Mmap::Map()
{
m_hMap = CreateFileMapping(m_hDbFile, NULL, PAGE_READWRITE, 0, m_dwFileSize, NULL);
|