Style fix

This commit is contained in:
trav90 2018-04-20 08:27:35 -05:00 committed by Roy Tam
commit f02ba306ef

View file

@ -181,9 +181,7 @@ if test "$GNU_CC"; then
if test -z "$CLANG_CC"; then
case "$CC_VERSION" in
4.*)
;;
5.*)
4.* | 5.*)
;;
*)
# Lifetime Dead Store Elimination level 2 (default in GCC6+) breaks Gecko.