Remove FileAnalysis::postpone_timeout.

FileAnalysis::set_timeout_interval can now perform same function.
This commit is contained in:
Jon Siwek 2013-05-21 10:50:07 -05:00
parent bc5cd3acc8
commit 16f924c2c0
6 changed files with 7 additions and 43 deletions

View file

@ -88,12 +88,6 @@ public:
*/
bool IgnoreFile(const string& file_id);
/**
* If called during a \c file_timeout event handler, requests deferral of
* analysis timeout.
*/
bool PostponeTimeout(const string& file_id) const;
/**
* Set's an inactivity threshold for the file.
*/