summaryrefslogtreecommitdiffstats
path: root/common/storage_common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/storage_common.cpp')
-rw-r--r--common/storage_common.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/storage_common.cpp b/common/storage_common.cpp
index f96097a..5d787d8 100644
--- a/common/storage_common.cpp
+++ b/common/storage_common.cpp
@@ -35,7 +35,6 @@ namespace Storage {
35 35
36static const char *s_internalPrefix = "__internal"; 36static const char *s_internalPrefix = "__internal";
37static const int s_internalPrefixSize = strlen(s_internalPrefix); 37static const int s_internalPrefixSize = strlen(s_internalPrefix);
38static const int s_lengthOfUid = 38;
39 38
40DbLayout::DbLayout() 39DbLayout::DbLayout()
41{ 40{