remove unused code

This commit is contained in:
Aaron Raddon 2014-05-21 20:49:26 -07:00
parent 035a211fa4
commit 5750806565

View File

@ -55,8 +55,6 @@ iterRunes:
continue
}
switch r {
case ' ':
state = ST_DIGITDASHWS
case ',':
state = ST_DIGITCOMMA
case '-':