Skip to content

Commit ba66173

Browse files
authored
Apply suggestion from @eendebakpt
1 parent 2988266 commit ba66173

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Python/optimizer_bytecodes.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -192,13 +192,6 @@ dummy_func(void) {
192192
}
193193
}
194194

195-
op(_STORE_SLICE_LIST, (v, list_st, start, stop -- )) {
196-
(void)v;
197-
(void)start;
198-
(void)stop;
199-
assert(sym_matches_type(list_st, &PyList_Type));
200-
}
201-
202195
op(_STORE_ATTR_SLOT, (index/1, value, owner -- o)) {
203196
(void)index;
204197
(void)value;

0 commit comments

Comments
 (0)