summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index e883b7ac..b8b661cc 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -135,8 +135,8 @@ int main(int argc, char *argv[])
return 0;
}
// Flatten modules into "mangled" set
- g_cur_phase = "Flatten";
- AST::Flat flat_crate = Convert_Flatten(crate);
+ //g_cur_phase = "Flatten";
+ //AST::Flat flat_crate = Convert_Flatten(crate);
// Convert structures to C structures / tagged enums
//Convert_Render(flat_crate, stdout);