From: Josef Reidinger Date: Tue, 26 May 2015 10:24:17 +0000 (+0200) Subject: remove unused variable X-Git-Tag: v0.2.8~9^2~4 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=2c962103ecbee58866dd0cc2251e362ec6b5bc56;p=thirdparty%2Fsnapper.git remove unused variable --- diff --git a/client/snapper.cc b/client/snapper.cc index aad95226..13d2739a 100644 --- a/client/snapper.cc +++ b/client/snapper.cc @@ -235,7 +235,7 @@ enum_configs(DBus::Connection* conn) void command_list_configs(DBus::Connection* conn, Snapper* snapper) { - GetOpts::parsed_opts opts = getopts.parse("list-configs", GetOpts::no_options); + getopts.parse("list-configs", GetOpts::no_options); if (getopts.hasArgs()) {