mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-12 06:18:39 +00:00
Remove -show-import-graph header
This allows you to pipe the output to a file and have a working graph without any editing. (Provided you don't also use additional -flags like `-show-timings`.)
This commit is contained in:
@@ -2080,7 +2080,6 @@ gb_internal void show_defineables(Checker *c) {
|
||||
gb_internal void show_import_graph(Checker *c) {
|
||||
Parser *p = c->parser;
|
||||
|
||||
gb_printf("\nDOT Import graph:\n\n");
|
||||
gb_printf("digraph odin_import_graph {\n\tnode [shape=box];\n");
|
||||
|
||||
int cluster_counter = 0;
|
||||
|
||||
Reference in New Issue
Block a user