Skip to content

Commit 2a860a2

Browse files
remove unused macro
1 parent 7d33768 commit 2a860a2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Tools/jit/template.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@
4949
goto LABEL ## _tier_two; \
5050
} while (0)
5151

52-
#undef CEVAL_GOTO
53-
#define CEVAL_GOTO(LABEL) \
54-
do { \
55-
goto LABEL ## _tier_two; \
56-
} while (0)
57-
58-
5952
#undef GOTO_TIER_TWO
6053
#define GOTO_TIER_TWO(EXECUTOR) \
6154
do { \

0 commit comments

Comments
 (0)