mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
Remove useless symbol in pystats.h (#101864)
This commit is contained in:
parent
975d220bbe
commit
45b4b37fc2
@ -72,8 +72,6 @@ typedef struct _object_stats {
|
||||
uint64_t type_cache_collisions;
|
||||
} ObjectStats;
|
||||
|
||||
#
|
||||
|
||||
typedef struct _stats {
|
||||
OpcodeStats opcode_stats[256];
|
||||
CallStats call_stats;
|
||||
|
Loading…
Reference in New Issue
Block a user