From 9eef61f36107e3365862e70d87bd2b5aca865d00 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Wed, 11 Aug 2021 09:07:58 +0900 Subject: [PATCH] Fix compiler warning. --- src/protocol/pool_process_query.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/protocol/pool_process_query.c b/src/protocol/pool_process_query.c index b173645f5..898c55858 100644 --- a/src/protocol/pool_process_query.c +++ b/src/protocol/pool_process_query.c @@ -4016,7 +4016,6 @@ POOL_STATUS start_internal_transaction(POOL_CONNECTION * frontend, POOL_CONNECTION_POOL * backend, Node *node) { int i; - bool commit_request_done = false; /* * If we are not in a transaction block, start a new transaction -- 2.39.5