diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-27 13:45:53 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-27 13:48:38 +0200 |
commit | d334f52950ca2f91bdfe1854e4257d9ab4118ec2 (patch) | |
tree | d957993eabf4889c1616a080585e23634c80c06b /common/storage_common.cpp | |
parent | 6fcb97ad464a346663184b27d587668c59b54361 (diff) | |
download | sink-d334f52950ca2f91bdfe1854e4257d9ab4118ec2.tar.gz sink-d334f52950ca2f91bdfe1854e4257d9ab4118ec2.zip |
Fixed build
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 | { |