Remove useless symbol in pystats.h (#101864)

This commit is contained in:
Stepfen Shawn 2023-04-09 16:43:21 +08:00 committed by GitHub
parent 975d220bbe
commit 45b4b37fc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,8 +72,6 @@ typedef struct _object_stats {
uint64_t type_cache_collisions;
} ObjectStats;
#
typedef struct _stats {
OpcodeStats opcode_stats[256];
CallStats call_stats;