diff options
Diffstat (limited to 'src/lift.cpp')
-rw-r--r-- | src/lift.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lift.cpp b/src/lift.cpp index 222cd09..201d40f 100644 --- a/src/lift.cpp +++ b/src/lift.cpp @@ -271,8 +271,6 @@ resp_lift(CEnv& cenv, Code& code, const AST* ast) throw() return lift_fn(cenv, code, call); else if (form == "if") return lift_args(cenv, code, call); - else if (form == "__tag_is") - return call; else return lift_call(cenv, code, call); } |