mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Remove useless symbol in pystats.h (#101864)
This commit is contained in:
parent
975d220bbe
commit
45b4b37fc2
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue