Skip to content

Commit 0104fcd

Browse files
committed
Remove un-necessary comment
1 parent fd07b8b commit 0104fcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/codegen.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ typedef _PyCompile_FBlockInfo fblockinfo;
9090

9191
#define LOC(x) SRC_LOCATION_FROM_AST(x)
9292

93-
// This macro must not be enclosed in brackets since it creates a new variable.
9493
#define NEW_JUMP_TARGET_LABEL(C, NAME) \
9594
jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
9695
if (!IS_JUMP_TARGET_LABEL(NAME)) { \

0 commit comments

Comments
 (0)