summaryrefslogtreecommitdiffstats
path: root/common/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/storage.h')
-rw-r--r--common/storage.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/storage.h b/common/storage.h
index 25d0fa6..8904148 100644
--- a/common/storage.h
+++ b/common/storage.h
@@ -239,10 +239,6 @@ public:
239 static bool isInternalKey(void *key, int keySize); 239 static bool isInternalKey(void *key, int keySize);
240 static bool isInternalKey(const QByteArray &key); 240 static bool isInternalKey(const QByteArray &key);
241 241
242 //static QByteArray assembleKey(const QByteArray &key, qint64 revision);
243 //static Identifier uidFromKey(const QByteArray &key);
244 //static qint64 revisionFromKey(const QByteArray &key);
245
246 static NamedDatabase mainDatabase(const Transaction &, const QByteArray &type); 242 static NamedDatabase mainDatabase(const Transaction &, const QByteArray &type);
247 243
248 static QByteArray generateUid(); 244 static QByteArray generateUid();