From 0dee9249b73b0f2dd2c9a4274e5149892a697b82 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 4 Jul 2018 09:55:50 +0200 Subject: executor: remove unnecessary parens --- executor/common_fuchsia.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor') diff --git a/executor/common_fuchsia.h b/executor/common_fuchsia.h index f2bcc29bd..347ac4edd 100644 --- a/executor/common_fuchsia.h +++ b/executor/common_fuchsia.h @@ -262,7 +262,7 @@ static void use_temporary_dir() } #endif -#if (defined(SYZ_REPEAT) && defined(SYZ_WAIT_REPEAT) && defined(SYZ_USE_TMP_DIR)) +#if defined(SYZ_REPEAT) && defined(SYZ_WAIT_REPEAT) && defined(SYZ_USE_TMP_DIR) static void remove_dir(const char* dir) { struct dirent* ep; -- cgit mrf-deployment