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:
@@ -147,8 +147,6 @@ case $host_os in
|
||||
cygwin* | mingw* | pw32*)
|
||||
test "X$LIBS" != "X" && LIBS="$LIBS "
|
||||
LIBS="${LIBS}-lwinmm" ;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
])#
|
||||
|
||||
Reference in New Issue
Block a user