diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-11 18:24:57 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-11 18:24:57 +0100 |
commit | 368d8e8b1cc023583d058776bc2b812df8ccee30 (patch) | |
tree | 4ceea76a9bf0aa5dd90e421bc4ebb9842028c721 /include | |
parent | 7c5d2c09facee885dbc976a1ac4597819783353a (diff) |
Remove first_commit which snuck into an earlier commit.
Diffstat (limited to 'include')
-rw-r--r-- | include/serialize.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/serialize.h b/include/serialize.h index f4276bebd..79315d7a9 100644 --- a/include/serialize.h +++ b/include/serialize.h @@ -98,8 +98,6 @@ private: Serialize::Type *s_type; /* Iterator into serializable_items */ std::list<Serializable *>::iterator s_iter; - /** The time at which this object was first committed to the database. */ - time_t first_commit = 0; /* The hash of the last serialized form of this object committed to the database */ size_t last_commit = 0; /* The last time this object was committed to the database */ |