Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Revert "Update Interp.hx"
Browse files Browse the repository at this point in the history
This reverts commit 74f6056.
  • Loading branch information
moxie-coder committed Sep 20, 2023
1 parent 74f6056 commit 8d909c9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions source/hscript/Interp.hx
Original file line number Diff line number Diff line change
Expand Up @@ -560,9 +560,6 @@ class Interp {
return val;
case EMeta(_, _, e):
return expr(e);
// copy of the above
case ECheckType(e, _):
return expr(e);

default: return null;
}
Expand Down Expand Up @@ -678,4 +675,4 @@ class Interp {
return Type.createInstance(c,args);
}

}
}

0 comments on commit 8d909c9

Please sign in to comment.