mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user