diff options
author | John Hodge <tpg@mutabah.net> | 2018-12-28 16:58:28 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2018-12-28 16:58:28 +0800 |
commit | 83f59c8887adcaa3486cb64c5a78a4660223e234 (patch) | |
tree | 1bc87fb3b5a7d2f1284795d4c257b82fd030157e /src | |
parent | 4b25ba4af9b3a3c62fd73d2c71e4761b021caec2 (diff) | |
download | mrust-83f59c8887adcaa3486cb64c5a78a4660223e234.tar.gz |
main - Fix supurrious warning when enabling debug for multiple phases
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 a34cb76d..1af432b2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -98,7 +98,6 @@ void init_debug_list() { s = ::std::string { debug_string, end }; debug_string = end + 1; - g_debug_disable_map.erase( s ); } else { |