mirror of https://github.com/Icinga/icinga2.git
Removed unused code.
This commit is contained in:
parent
eb2e4ac205
commit
656825701d
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue