Remove unimplemented & unused functions from header files.

All of these functions were defined in header files without ever being
implemented or used.
This commit is contained in:
Johanna Amann 2018-03-16 18:38:04 -07:00
parent 911018347f
commit 1f2bf50b49
19 changed files with 0 additions and 61 deletions

View file

@ -150,7 +150,6 @@ public:
int Size() const { return q->Size(); }
int PeakSize() const { return q->PeakSize(); }
uint64 CumulativeNum() const { return q->CumulativeNum(); }
unsigned int MemoryUsage() const;
protected:
int DoAdvance(double t, int max_expire);