Skip to content

Commit

Permalink
fix: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
NormB committed Sep 29, 2021
1 parent 68fbd59 commit 04916c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/db_postgres/pg_con.h
Expand Up @@ -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 */

};
Expand Down

0 comments on commit 04916c2

Please sign in to comment.