From bd3cf2a1e6430e916bc9721296a2b18675e89dab Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Wed, 11 Feb 2026 16:33:52 +0100 Subject: [PATCH] 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`.) --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) 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;