Skip to content

Commit

Permalink
Remove superfluous condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Apr 12, 2023
1 parent 322a3fa commit 21b5db3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/llex.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ struct Token {
{
return token == TK_IN
|| (token >= TK_CASE && token < TK_PSWITCH)
#ifdef PLUTO_COMPATIBLE_CLASS
|| token == TK_CLASS
#endif
;
}
};
Expand Down

0 comments on commit 21b5db3

Please sign in to comment.