Fix compile error of regression test
authorTakuma Hoshiai <takuma.hoshiai@gmail.com>
Tue, 24 Jan 2023 15:48:33 +0000 (00:48 +0900)
committerTakuma Hoshiai <takuma.hoshiai@gmail.com>
Tue, 24 Jan 2023 15:48:33 +0000 (00:48 +0900)
The error occurred by timestamp test using gcc10.

src/test/regression/tests/010.rewrite_timestamp/timestamp/main.c

index 7c0874c45f112f7326614b5a2e28343cf12b8ee5..89a36f2c08a708f09cd18987a728a49295fae3f3 100644 (file)
@@ -16,7 +16,6 @@ POOL_REQUEST_INFO *Req_info = &_req_info;
 
 POOL_CONFIG _pool_config;
 POOL_CONFIG *pool_config = &_pool_config;
-ProcessType processType;
 bool redirection_done = false;
 typedef struct
 {