>From dea2d1ba920c9251b5e31199619d3f035913e14f Mon Sep 17 00:00:00 2001 From: Brand Huntsman Date: Mon, 3 Jun 2019 20:56:43 -0600 Subject: [PATCH] rcfile: remove unneeded pre-processor else clause and semicolon Signed-off-by: Brand Huntsman --- src/rcfile.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rcfile.c b/src/rcfile.c index e8b6c68a..f46fceb5 100644 --- a/src/rcfile.c +++ b/src/rcfile.c @@ -1080,8 +1080,6 @@ void parse_rcfile(FILE *rcstream, bool syntax_only, bool headers_only) #ifdef HAVE_LIBMAGIC if (headers_only || !syntax_only) grab_and_store("magic", ptr, &live_syntax->magics); -#else - ; #endif } else if (headers_only) break; -- 2.21.0