Browse Source

Remove double case on Function in clone

pull/22/head
mtardy 4 years ago
parent
commit
96f7a14e46
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      parse.leg

+ 0
- 1
parse.leg View File

@ -948,7 +948,6 @@ oop clone(oop obj)
case Undefined:
case Integer:
case Float:
case Function:
case Symbol:
return obj;
case String:

Loading…
Cancel
Save