diff options
Diffstat (limited to 'include/base.h')
-rw-r--r-- | include/base.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/base.h b/include/base.h index fa4e5c002..6bcf76817 100644 --- a/include/base.h +++ b/include/base.h @@ -29,10 +29,6 @@ typedef std::map<std::string,char*> ExtensibleStore; class CoreExport classbase { public: - /** Time that the object was instantiated (used for TS calculation etc) - */ - time_t age; - /** Constructor. * Sets the object's time */ |