From: Gunnar Beutner Date: Sat, 14 Jul 2012 11:33:04 +0000 (+0200) Subject: Removed unused code. X-Git-Tag: v0.0.1~240 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=656825701df431ed2f3fc1fdbbe752c01893409a;p=icinga2 Removed unused code. --- diff --git a/components/configfile/configfilecomponent.cpp b/components/configfile/configfilecomponent.cpp index b82ac9672..e0d753f48 100644 --- a/components/configfile/configfilecomponent.cpp +++ b/components/configfile/configfilecomponent.cpp @@ -31,7 +31,6 @@ string ConfigFileComponent::GetName(void) const void ConfigFileComponent::Start(void) { ifstream fp; - FIFO::Ptr fifo = boost::make_shared(); string filename; if (!GetConfig()->GetProperty("configFilename", &filename))