mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 06:01:38 +00:00
[Cleanup] Remove last_insert_id from petitions.h (#3087)
# Notes - This is unused.
This commit is contained in:
@@ -114,7 +114,6 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
LinkedList<Petition*> list;
|
LinkedList<Petition*> list;
|
||||||
uint32 last_insert_id;
|
|
||||||
Mutex PList_Mutex;
|
Mutex PList_Mutex;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user