From 656825701df431ed2f3fc1fdbbe752c01893409a Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sat, 14 Jul 2012 13:33:04 +0200 Subject: [PATCH] Removed unused code. --- components/configfile/configfilecomponent.cpp | 1 - 1 file changed, 1 deletion(-) 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))