debug cleanup

This commit is contained in:
James Cherry
2020-12-29 11:13:12 -08:00
parent 9b1dc880f5
commit ce76f3a3ee
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ namespace sta {
bool debug_on = false;
Debug::Debug(Report *&report) :
Debug::Debug(Report *report) :
report_(report),
debug_map_(nullptr),
stats_level_(0)