diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-18 00:55:04 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-18 00:55:04 -0400 |
| commit | 92fe16a30823e3492eb44dd5835504602ef010a0 (patch) | |
| tree | 5f3d2becb56b4b148754768b42a14c21c65f2417 /compile.h | |
| parent | 2c30feaa7cb7304dc28f79c6b26c093aab0dbee5 (diff) | |
Remove dead code
Diffstat (limited to 'compile.h')
| -rw-r--r-- | compile.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ #include <gc.h> #include <stdio.h> -#include "stdlib/util.h" #include "environment.h" CORD expr_as_text(env_t *env, CORD expr, type_t *t, CORD color); |
