diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2026-02-11 16:33:52 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2026-02-11 16:33:52 +0100 |
| commit | bd3cf2a1e6430e916bc9721296a2b18675e89dab (patch) | |
| tree | 9fbc18b671684ae995093aceb61009187aadad19 /src/main.cpp | |
| parent | 2e58c62a80745c12c9bc8fa62ad4002fc4bae82e (diff) | |
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`.)
Diffstat (limited to 'src/main.cpp')
| -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 1fb0ead09..bba9ffe13 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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; |