src/jdk.pack/share/native/common-unpack/unpack.cpp
changeset 50522 99f4d3b6d487
parent 50514 2a524e603529
child 50884 11b3e9c1aa5e
--- a/src/jdk.pack/share/native/common-unpack/unpack.cpp	Tue Jun 12 10:01:23 2018 +0200
+++ b/src/jdk.pack/share/native/common-unpack/unpack.cpp	Tue Jun 12 18:30:52 2018 +0530
@@ -1799,7 +1799,6 @@
     case 'B': case 'H': case 'I': case 'V': // unsigned_int
     case 'S': // signed_int
       --lp; // reparse
-      /* fall through */
     case 'F':
       lp = parseIntLayout(lp, b, EK_INT);
       break;