diff options
Diffstat (limited to 'src/oldpool.h')
-rw-r--r-- | src/oldpool.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/oldpool.h b/src/oldpool.h index 9f79d632e..4ca9dbf07 100644 --- a/src/oldpool.h +++ b/src/oldpool.h @@ -225,15 +225,6 @@ struct PoolItem { { } - /** - * Is this a valid object or not? - * @return true if and only if it is valid - */ - virtual bool IsValid() const - { - return false; - } - private: /** * Allocate a pool item; possibly allocate a new block in the pool. |