Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index e0ebd453781f4a7102c007aec79edde0ac7efa6b..8f40bcac103154ea6eb48ea68b45563a43b9681c 100644 |
--- a/src/compiler.h |
+++ b/src/compiler.h |
@@ -396,10 +396,6 @@ class CompilationInfo final { |
osr_expr_stack_height_ = height; |
} |
-#if DEBUG |
- void PrintAstForTesting(); |
-#endif |
- |
bool has_simple_parameters(); |
struct InlinedFunctionHolder { |