aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/src/function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c_compiler/src/function.cpp')
-rw-r--r--c_compiler/src/function.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/c_compiler/src/function.cpp b/c_compiler/src/function.cpp
index 55d8a2c..35e02f4 100644
--- a/c_compiler/src/function.cpp
+++ b/c_compiler/src/function.cpp
@@ -59,8 +59,6 @@ VariableStackBindings Function::printAsm(VariableStackBindings bindings, unsigne
unsigned max_depth = 0;
statement_->countExpressionDepth(max_depth);
- std::cout << "# max depth: " << max_depth << "\n";
-
if(max_argument_count < 4)
max_argument_count = 4;