aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common.h')
-rw-r--r--executor/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/executor/common.h b/executor/common.h
index 61600a712..dc1276cf9 100644
--- a/executor/common.h
+++ b/executor/common.h
@@ -398,8 +398,6 @@ static long syz_execute_func(long text)
#include "common_test.h"
#elif GOOS_windows
#include "common_windows.h"
-#elif GOOS_test
-#include "common_test.h"
#else
#error "unknown OS"
#endif