diff options
Diffstat (limited to 'common/storage_common.cpp')
-rw-r--r-- | common/storage_common.cpp | 1 |
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 | ||
36 | static const char *s_internalPrefix = "__internal"; | 36 | static const char *s_internalPrefix = "__internal"; |
37 | static const int s_internalPrefixSize = strlen(s_internalPrefix); | 37 | static const int s_internalPrefixSize = strlen(s_internalPrefix); |
38 | static const int s_lengthOfUid = 38; | ||
39 | 38 | ||
40 | DbLayout::DbLayout() | 39 | DbLayout::DbLayout() |
41 | { | 40 | { |