Merge remote-tracking branch 'origin/topic/bernhard/log-threads' into topic/robin/log-threads

* origin/topic/bernhard/log-threads:
  remove unnecessary error function from manger
This commit is contained in:
Robin Sommer 2012-02-27 19:07:06 -08:00
commit 4558195dab
2 changed files with 0 additions and 9 deletions

View file

@ -1174,12 +1174,6 @@ void Manager::Terminate()
}
}
void Manager::Error(WriterFrontend* writer, const char* msg)
{
reporter->Error("error with writer for %s: %s",
writer->Path().c_str(), msg);
}
// Timer which on dispatching rotates the filter.
class RotationTimer : public Timer {
public: