summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/pystats.h2
1 files changed, 0 insertions, 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;