Removed unused code.

This commit is contained in:
Gunnar Beutner 2012-07-14 13:33:04 +02:00
parent eb2e4ac205
commit 656825701d
1 changed files with 0 additions and 1 deletions

View 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))