2
0
mirror of https://github.com/araddon/dateparse.git synced 2025-10-26 16:26:14 +08:00

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 '-':