Remove unused variable

This commit is contained in:
Gunnar Beutner 2014-10-24 15:41:24 +02:00
parent 80a3298b5e
commit 57de273483
1 changed files with 0 additions and 1 deletions

View File

@ -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<StdioStream>(&fp, false);
unsigned long variables_count = 0;
String message;