summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-08-24 18:44:58 +0800
committerJohn Hodge <tpg@mutabah.net>2016-08-24 18:44:58 +0800
commit35ef3b33b3be9b03f693727706a2184a8c1b1e54 (patch)
treed8bdd480484c06247f0a6c6d9b7c856a1a73319c /src
parentc4e63ec4901e5083e78cb8a2c0839a4040fa041a (diff)
downloadmrust-35ef3b33b3be9b03f693727706a2184a8c1b1e54.tar.gz
Misc - Clean up, add a `time` hack to Makefile
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 67083720..d8c47ff2 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -59,7 +59,6 @@ bool debug_enabled()
else {
return true;
}
- //return g_cur_phase == "Lower MIR";
}
::std::ostream& debug_output(int indent, const char* function)
{