diff options
-rw-r--r-- | MLKInterpreter.m | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MLKInterpreter.m b/MLKInterpreter.m index 7d72f48..3e00b37 100644 --- a/MLKInterpreter.m +++ b/MLKInterpreter.m @@ -935,10 +935,6 @@ static MLKSymbol *_LOOP; return [NSArray arrayWithObject:symbol]; } - else if (car == TAGBODY) - { - //FIXME: ... - } else if (car == THROW) { id catchTag; |