diff options
author | John Hodge <tpg@mutabah.net> | 2016-08-24 18:44:58 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-08-24 18:44:58 +0800 |
commit | 35ef3b33b3be9b03f693727706a2184a8c1b1e54 (patch) | |
tree | d8bdd480484c06247f0a6c6d9b7c856a1a73319c /src | |
parent | c4e63ec4901e5083e78cb8a2c0839a4040fa041a (diff) | |
download | mrust-35ef3b33b3be9b03f693727706a2184a8c1b1e54.tar.gz |
Misc - Clean up, add a `time` hack to Makefile
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 1 |
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)
{
|