From 60d836d3726332d1a13cf2e62806471ccbdb5e50 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 13 Aug 2020 14:48:49 +0200 Subject: executor: fix style checking test The regexp for empty suppressions matches _everything_... Don't match suppression if it's empty. --- executor/executor_bsd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'executor/executor_bsd.h') diff --git a/executor/executor_bsd.h b/executor/executor_bsd.h index fd4bf0422..69c6a132b 100644 --- a/executor/executor_bsd.h +++ b/executor/executor_bsd.h @@ -192,6 +192,5 @@ static feature_t features[] = { static void setup_machine(void) { - /* nothing */ } #endif -- cgit mrf-deployment