[Cleanup] Remove last_insert_id from petitions.h (#3087)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-03-17 06:17:10 -04:00 committed by GitHub
parent 9e8d365ca7
commit 7374660045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,6 @@ public:
private:
LinkedList<Petition*> list;
uint32 last_insert_id;
Mutex PList_Mutex;
};