mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Remove redundant pycore_optimizer.h includes (#143184)
`pycore_optimizer.h` was included redundantly in Objects/frameobject.c and Python/instrumentation.c. Both includes are unnecessary and can be safely removed. No functional change. Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
This commit is contained in:
parent
888d101445
commit
de22e718bb
2 changed files with 0 additions and 2 deletions
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
#include "frameobject.h" // PyFrameLocalsProxyObject
|
||||
#include "opcode.h" // EXTENDED_ARG
|
||||
#include "pycore_optimizer.h"
|
||||
|
||||
#include "clinic/frameobject.c.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
#include "pycore_tuple.h" // _PyTuple_FromArraySteal()
|
||||
|
||||
#include "opcode_ids.h"
|
||||
#include "pycore_optimizer.h"
|
||||
|
||||
|
||||
/* Uncomment this to dump debugging output when assertions fail */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue