Skip to content

Commit 45b4b37

Browse files
authored
Remove useless symbol in pystats.h (#101864)
1 parent 975d220 commit 45b4b37

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Include/pystats.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ typedef struct _object_stats {
7272
uint64_t type_cache_collisions;
7373
} ObjectStats;
7474

75-
#
76-
7775
typedef struct _stats {
7876
OpcodeStats opcode_stats[256];
7977
CallStats call_stats;

0 commit comments

Comments
 (0)