From 04916c262067a87c78cc0d6cc3760f1d921bd844 Mon Sep 17 00:00:00 2001 From: Norm Brandinger Date: Wed, 29 Sep 2021 01:01:30 -0400 Subject: [PATCH] fix: remove unused variables --- modules/db_postgres/pg_con.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/db_postgres/pg_con.h b/modules/db_postgres/pg_con.h index 855f32d5296..4c220d8035a 100644 --- a/modules/db_postgres/pg_con.h +++ b/modules/db_postgres/pg_con.h @@ -57,8 +57,6 @@ struct pg_con { char** row; /* Actual row in the result */ time_t timestamp; /* Timestamp of last query */ - unsigned int init; /* If the connection is initialized */ - unsigned int disconnected; /* disconnection detected */ struct tls_domain *tls_dom;; /* TLS domain */ };