diff options
author | Minijackson <minijackson@riseup.net> | 2018-06-27 11:12:38 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2018-07-04 15:37:14 +0200 |
commit | 016fea734d09df707be9a16a4ad6a1107f41549f (patch) | |
tree | 60bf9767842713538505fca80515a8f5e59ca985 /common/storage.h | |
parent | c90ba4a98292a39eb0b3df12fd7e2dec0300e58d (diff) | |
download | sink-016fea734d09df707be9a16a4ad6a1107f41549f.tar.gz sink-016fea734d09df707be9a16a4ad6a1107f41549f.zip |
Fix pipelinetest + remove useless commented lines
Diffstat (limited to 'common/storage.h')
-rw-r--r-- | common/storage.h | 4 |
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(); |