]> granicus.if.org Git - icinga2/commitdiff
Remove unused variable
authorGunnar Beutner <gunnar@beutner.name>
Fri, 24 Oct 2014 13:41:24 +0000 (15:41 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Fri, 24 Oct 2014 13:41:24 +0000 (15:41 +0200)
lib/cli/variablegetcommand.cpp

index c51a2e7c66791126ef530316ba6dc71ff464db22..82d43af2fd1eaa3e5f3a1ff52efe1dc79b64e45f 100644 (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;