summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-02-22 11:20:55 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-02-22 11:20:55 +0100
commitc78a085d9b18561fbe763ed1818d0104895b907b (patch)
treeab2d83d8669c919a0cc9ed1c79a296832cf6720f
parentbe4d35943e95e77580d28b0f3e5baf2594ce7343 (diff)
downloadsink-c78a085d9b18561fbe763ed1818d0104895b907b.tar.gz
sink-c78a085d9b18561fbe763ed1818d0104895b907b.zip
Fixed unused argument
-rw-r--r--sinksh/syntax_modules/sink_inspect.cpp2
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