diff options
-rw-r--r-- | plugins/Db3x_mmap/src/dbsettings.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/Db3x_mmap/src/dbsettings.cpp b/plugins/Db3x_mmap/src/dbsettings.cpp index cd7d8799a4..cd5a246264 100644 --- a/plugins/Db3x_mmap/src/dbsettings.cpp +++ b/plugins/Db3x_mmap/src/dbsettings.cpp @@ -229,15 +229,6 @@ int CDb3Base::GetContactSettingWorker(HANDLE hContact, DBCONTACTGETSETTING *dbcg }
}
- /**** add missing setting to cache **********************/
- if (dbcgs->pValue->type != DBVT_BLOB) {
- DBVARIANT *pCachedValue = m_cache->GetCachedValuePtr(hContact, szCachedSettingName, 1);
- if (pCachedValue != NULL) {
- pCachedValue->type = DBVT_DELETED;
- log3("set missing [%08p] %s (%p)", hContact, szCachedSettingName, pCachedValue);
- }
- }
-
logg();
return 1;
}
|