diff options
Diffstat (limited to 'sinksh/syntax_modules')
-rw-r--r-- | sinksh/syntax_modules/sink_inspect.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sinksh/syntax_modules/sink_inspect.cpp b/sinksh/syntax_modules/sink_inspect.cpp index 019ef31..1b3d77c 100644 --- a/sinksh/syntax_modules/sink_inspect.cpp +++ b/sinksh/syntax_modules/sink_inspect.cpp | |||
@@ -92,7 +92,6 @@ bool inspect(const QStringList &args, State &state) | |||
92 | 92 | ||
93 | QSet<QByteArray> uids; | 93 | QSet<QByteArray> uids; |
94 | db.scan("", [&] (const QByteArray &key, const QByteArray &data) { | 94 | db.scan("", [&] (const QByteArray &key, const QByteArray &data) { |
95 | //uids.insert(Sink::Storage::DataStore::uidFromKey(key)); | ||
96 | uids.insert(Sink::Storage::Key::fromInternalByteArray(key).identifier().toDisplayByteArray()); | 95 | uids.insert(Sink::Storage::Key::fromInternalByteArray(key).identifier().toDisplayByteArray()); |
97 | return true; | 96 | return true; |
98 | }, | 97 | }, |