remove unnecessary error function from manger

This commit is contained in:
Bernhard Amann 2012-02-16 11:31:30 -08:00
parent 1e4a93c767
commit bc6ebe53cc
2 changed files with 0 additions and 9 deletions

View file

@ -172,9 +172,6 @@ protected:
bool FinishedRotation(WriterFrontend* writer, string new_name, string old_name,
double open, double close, bool terminating);
// Reports an error for the given writer.
void Error(WriterFrontend* writer, const char* msg);
// Deletes the values as passed into Write().
void DeleteVals(int num_fields, threading::Value** vals);