diff options
Diffstat (limited to 'environment.c')
| -rw-r--r-- | environment.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/environment.c b/environment.c index 3a8ac503..a50d4e32 100644 --- a/environment.c +++ b/environment.c @@ -8,11 +8,6 @@ #include "typecheck.h" #include "builtins/util.h" -typedef struct { - const char *name; - binding_t binding; -} ns_entry_t; - env_t *new_compilation_unit(void) { env_t *env = new(env_t); |
