Fix compiler warning.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 17 Sep 2019 22:39:15 +0000 (07:39 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Tue, 17 Sep 2019 22:44:47 +0000 (07:44 +0900)
src/protocol/pool_proto_modules.c

index d05b1511d9723c04c1d6268b75367bd16a058f85..7e561d0e4f2de950d585c1387721c3c27ce8fc78 100644 (file)
@@ -3211,7 +3211,6 @@ static POOL_STATUS parse_before_bind(POOL_CONNECTION *frontend,
        bool parse_was_sent = false;
        bool backup[MAX_NUM_BACKENDS];
        POOL_QUERY_CONTEXT *qc = message->query_context;
-       POOL_SENT_MESSAGE *msg;
 
        memcpy(backup, qc->where_to_send, sizeof(qc->where_to_send));