mirror of
https://github.com/araddon/dateparse.git
synced 2024-11-10 11:51:54 +08:00
remove unused code
This commit is contained in:
parent
035a211fa4
commit
5750806565
@ -55,8 +55,6 @@ iterRunes:
|
||||
continue
|
||||
}
|
||||
switch r {
|
||||
case ' ':
|
||||
state = ST_DIGITDASHWS
|
||||
case ',':
|
||||
state = ST_DIGITCOMMA
|
||||
case '-':
|
||||
|
Loading…
Reference in New Issue
Block a user