Skip to content

Commit

Permalink
chore(scanner): remove unused token types
Browse files Browse the repository at this point in the history
These enum types appear to be entirely unused anywhere in the code,
so they should be removed.
  • Loading branch information
virchau13 committed May 1, 2024
1 parent bfa075d commit eee29ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/scanner.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ enum TokenType {
IMPLICIT_END_TAG,
RAW_TEXT,
COMMENT,
OMITTED_HTML_END_TAG,
OMITTED_HEAD_END_TAG,
OMITTED_BODY_END_TAG,
};

typedef struct {
Expand Down

0 comments on commit eee29ca

Please sign in to comment.