diff options
author | Stepfen Shawn <m18824909883@163.com> | 2023-04-09 08:43:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-09 08:43:21 (GMT) |
commit | 45b4b37fc26f288fabb27dc08b253121697c517b (patch) | |
tree | 0bda5d45631052d636961b068a1ffd0b36d5e775 /Include | |
parent | 975d220bbed0e7a15b62f1d2d03557740a55f68d (diff) | |
download | cpython-45b4b37fc26f288fabb27dc08b253121697c517b.zip cpython-45b4b37fc26f288fabb27dc08b253121697c517b.tar.gz cpython-45b4b37fc26f288fabb27dc08b253121697c517b.tar.bz2 |
Remove useless symbol in pystats.h (#101864)
Diffstat (limited to 'Include')
-rw-r--r-- | Include/pystats.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/pystats.h b/Include/pystats.h index 25ed4bd..4b961ba 100644 --- a/Include/pystats.h +++ b/Include/pystats.h @@ -72,8 +72,6 @@ typedef struct _object_stats { uint64_t type_cache_collisions; } ObjectStats; -# - typedef struct _stats { OpcodeStats opcode_stats[256]; CallStats call_stats; |