1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 19:43:13 +02:00

Remove first_commit which snuck into an earlier commit.

This commit is contained in:
Sadie Powell
2025-05-11 18:24:57 +01:00
parent 7c5d2c09fa
commit 368d8e8b1c
-2
View File
@@ -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 */