Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1235e84

Browse filesBrowse files
authored
Delete unused sym_clear_flag function. (#115744)
1 parent 259730b commit 1235e84
Copy full SHA for 1235e84

File tree

Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed

‎Python/optimizer_analysis.c

Copy file name to clipboardExpand all lines: Python/optimizer_analysis.c
-6Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.