]> granicus.if.org Git - icinga2/commitdiff
Removed unused code.
authorGunnar Beutner <gunnar.beutner@netways.de>
Sat, 14 Jul 2012 11:33:04 +0000 (13:33 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Sat, 14 Jul 2012 11:33:04 +0000 (13:33 +0200)
components/configfile/configfilecomponent.cpp

index b82ac9672c9a824bc35cc3202d5e26fd8c45a73c..e0d753f48fb1d39d09bfcbad1abb6036a86aa1a4 100644 (file)
@@ -31,7 +31,6 @@ string ConfigFileComponent::GetName(void) const
 void ConfigFileComponent::Start(void)
 {
        ifstream fp;
-       FIFO::Ptr fifo = boost::make_shared<FIFO>();
 
        string filename;
        if (!GetConfig()->GetProperty("configFilename", &filename))