From 31a821f405dd62a867af120f6c09e0dcdb15fc8a Mon Sep 17 00:00:00 2001 From: Stepfen Shawn Date: Mon, 13 Feb 2023 14:40:46 +0800 Subject: [PATCH] Remove useless symbol in pystats.h --- Include/pystats.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Include/pystats.h b/Include/pystats.h index 25ed4bddc7240c..4b961bad2a43e4 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;