From 0b1cdb7eea1a2d53da2e97eaaa4ac27b518f8171 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Thu, 17 Sep 2020 12:46:19 +0200 Subject: treewide: remove empty default cases There is no apparent reason to have an empty default case. Signed-off-by: Adrian Schmutzler --- tools/missing-macros/src/m4/mfx_limits.m4 | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/missing-macros/src') diff --git a/tools/missing-macros/src/m4/mfx_limits.m4 b/tools/missing-macros/src/m4/mfx_limits.m4 index d63a14bb96..b4e3ceba8f 100644 --- a/tools/missing-macros/src/m4/mfx_limits.m4 +++ b/tools/missing-macros/src/m4/mfx_limits.m4 @@ -147,8 +147,6 @@ case $host_os in cygwin* | mingw* | pw32*) test "X$LIBS" != "X" && LIBS="$LIBS " LIBS="${LIBS}-lwinmm" ;; -*) - ;; esac fi ])# -- cgit v1.2.3