treewide: remove empty default cases

There is no apparent reason to have an empty default case.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler
2020-09-17 12:46:19 +02:00
parent a744c14dfa
commit 0b1cdb7eea
9 changed files with 1 additions and 18 deletions

View File

@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=missing-macros
PKG_RELEASE:=10
PKG_RELEASE:=11
include $(INCLUDE_DIR)/host-build.mk

View File

@@ -147,8 +147,6 @@ case $host_os in
cygwin* | mingw* | pw32*)
test "X$LIBS" != "X" && LIBS="$LIBS "
LIBS="${LIBS}-lwinmm" ;;
*)
;;
esac
fi
])#