From 4ffb96bf003a184f08908c0f9dbed42038a01e7d Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Fri, 11 Aug 2023 08:46:14 +0200 Subject: [PATCH] remove dead code --- include/MySQL_Session.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/MySQL_Session.h b/include/MySQL_Session.h index 95d22b1527..7adaa4b044 100644 --- a/include/MySQL_Session.h +++ b/include/MySQL_Session.h @@ -248,7 +248,6 @@ class MySQL_Session //this pointer is always initialized inside handler(). // it is an attempt to start simplifying the complexing of handler() -// PtrSize_t *pktH; uint32_t thread_session_id; unsigned long long last_insert_id;