From 73746600454e6230250bfec2805055ecda1ab6bf Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Fri, 17 Mar 2023 06:17:10 -0400 Subject: [PATCH] [Cleanup] Remove last_insert_id from petitions.h (#3087) # Notes - This is unused. --- zone/petitions.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/petitions.h b/zone/petitions.h index cce02ec1e..b3a0dc5fd 100644 --- a/zone/petitions.h +++ b/zone/petitions.h @@ -114,7 +114,6 @@ public: private: LinkedList list; - uint32 last_insert_id; Mutex PList_Mutex; };