K 10 svn:author V 3 imp K 8 svn:date V 27 2020-03-03T17:40:29.987387Z K 7 svn:log V 239 Get rid of silly /* FALLTHROUGH */ lines Consistently omit /* FALLTHROUGH */ when we have a case statement that does nothing. Since compilers don't warn about stacked case statements, and we were inconsistent, resolve by removing extras. END