]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove useless symbol in pystats.h (#101864)
authorStepfen Shawn <m18824909883@163.com>
Sun, 9 Apr 2023 08:43:21 +0000 (16:43 +0800)
committerGitHub <noreply@github.com>
Sun, 9 Apr 2023 08:43:21 +0000 (14:13 +0530)
Include/pystats.h

index 25ed4bddc7240c8e8d484e67bcdfa930b7b7ad20..4b961bad2a43e495c2159e254d9f9ca516ed46a0 100644 (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;