From 374ba7af6c32e45c47e8f2547329180bb5d95289 Mon Sep 17 00:00:00 2001 From: Takuma Hoshiai Date: Wed, 25 Jan 2023 00:48:33 +0900 Subject: [PATCH] Fix compile error of regression test The error occurred by timestamp test using gcc10. --- src/test/regression/tests/010.rewrite_timestamp/timestamp/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/regression/tests/010.rewrite_timestamp/timestamp/main.c b/src/test/regression/tests/010.rewrite_timestamp/timestamp/main.c index 7c0874c45..89a36f2c0 100644 --- a/src/test/regression/tests/010.rewrite_timestamp/timestamp/main.c +++ b/src/test/regression/tests/010.rewrite_timestamp/timestamp/main.c @@ -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 { -- 2.39.5