mirror of https://github.com/Icinga/icinga2.git
Remove unused variable
This commit is contained in:
parent
80a3298b5e
commit
57de273483
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue