Skip to content

Commit c4c45f3

Browse files
committed
remove dead code
1 parent 336127e commit c4c45f3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Python/specialize.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2454,10 +2454,6 @@ static _PyBinaryOpSpecializationDescr list_list_specs[NB_OPARG_LAST+1] = {
24542454
[NB_ADD] = {list_list_guard, list_list_add},
24552455
};
24562456

2457-
static binaryopactionfunc list_list_actions[NB_OPARG_LAST+1] = {
2458-
[NB_ADD] = list_list_add,
2459-
};
2460-
24612457
/* float-long */
24622458

24632459
static int

0 commit comments

Comments
 (0)