diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-14 02:48:07 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-14 02:48:07 -0400 |
| commit | d5d3f564bbc716d2a9f3d534c97d3baff77dda59 (patch) | |
| tree | 09ff7ca43ed0c923dd02633dd844d93de33d69fe /environment.c | |
| parent | 8847eaa660ef1538050c4bfc51ce405c90e6323b (diff) | |
Remove some shadowed variables
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); |
