mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
remove unnecessary error function from manger
This commit is contained in:
parent
1e4a93c767
commit
bc6ebe53cc
2 changed files with 0 additions and 9 deletions
|
@ -1181,12 +1181,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.
|
// Timer which on dispatching rotates the filter.
|
||||||
class RotationTimer : public Timer {
|
class RotationTimer : public Timer {
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -172,9 +172,6 @@ protected:
|
||||||
bool FinishedRotation(WriterFrontend* writer, string new_name, string old_name,
|
bool FinishedRotation(WriterFrontend* writer, string new_name, string old_name,
|
||||||
double open, double close, bool terminating);
|
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().
|
// Deletes the values as passed into Write().
|
||||||
void DeleteVals(int num_fields, threading::Value** vals);
|
void DeleteVals(int num_fields, threading::Value** vals);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue