]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-sql: pgsql - Remove unused pgsql_db.pool
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Sat, 17 Feb 2024 14:39:20 +0000 (16:39 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 12 Feb 2025 10:34:12 +0000 (12:34 +0200)
src/lib-sql/driver-pgsql.c

index 3c158acc439571a05aa9ea99e67c6351ad885a4f..edb49ed1b69338e30a0bd8a04ad544b78ffc2aca 100644 (file)
@@ -17,7 +17,6 @@
 struct pgsql_db {
        struct sql_db api;
 
-       pool_t pool;
        char *connect_string;
        char *host;
        PGconn *pg;