Skip to content

Commit

Permalink
Remove NEVER in typetag check
Browse files Browse the repository at this point in the history
  • Loading branch information
HindujaB committed Apr 1, 2024
1 parent 099b0c3 commit 0c9bc43
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,6 @@ private void generateFrameClassFieldLoadByTypeTag(MethodVisitor mv, String frame
mv.visitVarInsn(ASTORE, index);
break;
case TypeTags.NIL:
case TypeTags.NEVER:
case TypeTags.ANY:
case TypeTags.ANYDATA:
case TypeTags.UNION:
Expand Down

0 comments on commit 0c9bc43

Please sign in to comment.