Index: src/counters.h |
diff --git a/src/counters.h b/src/counters.h |
index ea2c47d64ea87d36d66b1a8883d217349b79ab68..fd2f489fe417a684d215b628455c76db1da60fdf 100644 |
--- a/src/counters.h |
+++ b/src/counters.h |
@@ -746,7 +746,7 @@ class RuntimeCallStats { |
RuntimeCallCounter Runtime_##name = RuntimeCallCounter(#name); |
FOR_EACH_INTRINSIC(CALL_RUNTIME_COUNTER) |
#undef CALL_RUNTIME_COUNTER |
-#define CALL_BUILTIN_COUNTER(name, type) \ |
+#define CALL_BUILTIN_COUNTER(name) \ |
RuntimeCallCounter Builtin_##name = RuntimeCallCounter(#name); |
BUILTIN_LIST_C(CALL_BUILTIN_COUNTER) |
#undef CALL_BUILTIN_COUNTER |