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:
Jeroen van Rijn
2026-02-11 16:33:52 +01:00
parent 2e58c62a80
commit bd3cf2a1e6

View File

@@ -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;