From: Stepfen Shawn Date: Sun, 9 Apr 2023 08:43:21 +0000 (+0800) Subject: Remove useless symbol in pystats.h (#101864) X-Git-Tag: v3.12.0b1~591 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45b4b37fc26f288fabb27dc08b253121697c517b;p=thirdparty%2FPython%2Fcpython.git Remove useless symbol in pystats.h (#101864) --- diff --git a/Include/pystats.h b/Include/pystats.h index 25ed4bddc724..4b961bad2a43 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;