mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-21 16:57:58 +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);
|
fp.open(varsfile.CStr(), std::ios_base::in);
|
||||||
|
|
||||||
StdioStream::Ptr sfp = make_shared<StdioStream>(&fp, false);
|
StdioStream::Ptr sfp = make_shared<StdioStream>(&fp, false);
|
||||||
unsigned long variables_count = 0;
|
|
||||||
|
|
||||||
String message;
|
String message;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user