From 45b4b37fc26f288fabb27dc08b253121697c517b Mon Sep 17 00:00:00 2001 From: Stepfen Shawn Date: Sun, 9 Apr 2023 16:43:21 +0800 Subject: Remove useless symbol in pystats.h (#101864) --- Include/pystats.h | 2 -- 1 file changed, 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; -- cgit v0.12