8000 Delete unused sym_clear_flag function. (#115744) · python/cpython@1235e84 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1235e84

Browse files
authored
Delete unused sym_clear_flag function. (#115744)
1 parent 259730b commit 1235e84

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Python/optimizer_analysis.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,6 @@ sym_set_flag(_Py_UOpsSymType *sym, int flag)
247247
sym->flags |= flag;
248248
}
249249

250-
static inline void
251-
sym_clear_flag(_Py_UOpsSymType *sym, int flag)
252-
{
253-
sym->flags &= (~flag);
254-
}
255-
256250
static inline bool
257251
sym_has_flag(_Py_UOpsSymType *sym, int flag)
258252
{

0 commit comments

Comments
 (0)
0