diff options
Diffstat (limited to 'src/base.cpp')
-rw-r--r-- | src/base.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/base.cpp b/src/base.cpp index b24646ab8..7e0cf482a 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -23,7 +23,6 @@ const int inverted_bitfields[] = {~1,~2,~4,~8,~16,~32,~64,~128}; classbase::classbase() { - this->age = time(NULL); } bool Extensible::Shrink(const std::string &key) |