]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
remove unused variable
authorJosef Reidinger <jreidinger@suse.cz>
Tue, 26 May 2015 10:24:17 +0000 (12:24 +0200)
committerJosef Reidinger <jreidinger@suse.cz>
Tue, 26 May 2015 10:24:17 +0000 (12:24 +0200)
client/snapper.cc

index aad9522629ea9981fa5c160fc62442fc7c946876..13d2739a1969fb79b89dccb4369f3a1b6f619424 100644 (file)
@@ -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())
     {