Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
remove unused struct excepthandler
  • Loading branch information
iritkatriel committed Jun 2, 2022
commit be41de1e10509ed0897023c154c7baa6056061bc
5 changes: 0 additions & 5 deletions Python/compile.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,6 @@ struct instr {
int i_end_col_offset;
};

typedef struct excepthandler {
struct instr *setup;
int offset;
} ExceptHandler;

typedef struct exceptstack {
struct basicblock_ *handlers[CO_MAXBLOCKS+1];
int depth;
Expand Down