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 /sinksh/syntax_modules | |
parent | c90ba4a98292a39eb0b3df12fd7e2dec0300e58d (diff) | |
download | sink-016fea734d09df707be9a16a4ad6a1107f41549f.tar.gz sink-016fea734d09df707be9a16a4ad6a1107f41549f.zip |
Fix pipelinetest + remove useless commented lines
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 | }, |