mirror of
https://github.com/araddon/dateparse.git
synced 2026-07-02 05:11:31 +08:00
remove unused code
This commit is contained in:
@@ -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 '-':
|
||||||
|
|||||||
Reference in New Issue
Block a user