diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-18 01:02:13 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-18 01:02:13 -0400 |
| commit | 708e7b9070deb8a0e9694241447242cbcdae17b1 (patch) | |
| tree | 649a13998e43789f8b959e37453e85ad025b718a /environment.h | |
| parent | 2158bb97fc2a9744c5ed1bf4b5cd056498904925 (diff) | |
Remove dead code
Diffstat (limited to 'environment.h')
| -rw-r--r-- | environment.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/environment.h b/environment.h index 59af36da..e5f17536 100644 --- a/environment.h +++ b/environment.h @@ -68,7 +68,6 @@ typedef struct { env_t *new_compilation_unit(CORD *libname); env_t *load_module_env(env_t *env, ast_t *ast); CORD namespace_prefix(CORD *libname, namespace_t *ns); -env_t *global_scope(env_t *env); env_t *namespace_scope(env_t *env); env_t *fresh_scope(env_t *env); env_t *for_scope(env_t *env, ast_t *ast); |
