From 57de273483253e037cad42b43f1e67ca531b9fa4 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 24 Oct 2014 15:41:24 +0200 Subject: [PATCH] Remove unused variable --- lib/cli/variablegetcommand.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cli/variablegetcommand.cpp b/lib/cli/variablegetcommand.cpp index c51a2e7c6..82d43af2f 100644 --- a/lib/cli/variablegetcommand.cpp +++ b/lib/cli/variablegetcommand.cpp @@ -88,7 +88,6 @@ int VariableGetCommand::Run(const boost::program_options::variables_map& vm, con fp.open(varsfile.CStr(), std::ios_base::in); StdioStream::Ptr sfp = make_shared(&fp, false); - unsigned long variables_count = 0; String message; -- 2.40.0