diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-22 11:20:55 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-22 11:20:55 +0100 |
commit | c78a085d9b18561fbe763ed1818d0104895b907b (patch) | |
tree | ab2d83d8669c919a0cc9ed1c79a296832cf6720f /sinksh | |
parent | be4d35943e95e77580d28b0f3e5baf2594ce7343 (diff) | |
download | sink-c78a085d9b18561fbe763ed1818d0104895b907b.tar.gz sink-c78a085d9b18561fbe763ed1818d0104895b907b.zip |
Fixed unused argument
Diffstat (limited to 'sinksh')
-rw-r--r-- | sinksh/syntax_modules/sink_inspect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sinksh/syntax_modules/sink_inspect.cpp b/sinksh/syntax_modules/sink_inspect.cpp index efa5bb4..1a964cf 100644 --- a/sinksh/syntax_modules/sink_inspect.cpp +++ b/sinksh/syntax_modules/sink_inspect.cpp | |||
@@ -142,7 +142,7 @@ bool inspect(const QStringList &args, State &state) | |||
142 | } | 142 | } |
143 | 143 | ||
144 | } | 144 | } |
145 | } catch (const Xapian::Error &error) { | 145 | } catch (const Xapian::Error &) { |
146 | // Nothing to do, move along | 146 | // Nothing to do, move along |
147 | } | 147 | } |
148 | 148 | ||