Fix compile warning
authorTakuma Hoshiai <takuma.hoshiai@gmail.com>
Thu, 1 Jul 2021 06:32:08 +0000 (15:32 +0900)
committerTakuma Hoshiai <takuma.hoshiai@gmail.com>
Thu, 1 Jul 2021 06:32:08 +0000 (15:32 +0900)
src/context/pool_query_context.c

index c29fc005b08e8648842ff296ac1d1478e8689086..8d9ac897064e68026834838b0460717d346ffadb 100644 (file)
@@ -430,7 +430,6 @@ pool_where_to_send(POOL_QUERY_CONTEXT * query_context, char *query, Node *node)
 {
        POOL_SESSION_CONTEXT *session_context;
        POOL_CONNECTION_POOL *backend;
-       int                     i;
 
        CHECK_QUERY_CONTEXT_IS_VALID;