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