mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Delete unused sym_clear_flag function. (#115744)
This commit is contained in:
parent
259730bbb5
commit
1235e84276
1 changed files with 0 additions and 6 deletions
|
@ -247,12 +247,6 @@ sym_set_flag(_Py_UOpsSymType *sym, int flag)
|
||||||
sym->flags |= flag;
|
sym->flags |= flag;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void
|
|
||||||
sym_clear_flag(_Py_UOpsSymType *sym, int flag)
|
|
||||||
{
|
|
||||||
sym->flags &= (~flag);
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline bool
|
static inline bool
|
||||||
sym_has_flag(_Py_UOpsSymType *sym, int flag)
|
sym_has_flag(_Py_UOpsSymType *sym, int flag)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue