diff options
-rw-r--r-- | src/mir/check.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mir/check.cpp b/src/mir/check.cpp index f332ab93..ae2887e0 100644 --- a/src/mir/check.cpp +++ b/src/mir/check.cpp @@ -199,11 +199,8 @@ void MIR_Validate_ValState(::MIR::TypeResolve& state, const ::MIR::Function& fcn bool operator==(const ValStates& x) const { if( ret_state != x.ret_state ) return false; if( arguments != x.arguments ) return false; - DEBUG("arg"); if( temporaries != x.temporaries ) return false; - DEBUG("tmp"); if( variables != x.variables ) return false; - DEBUG("var"); return true; } |