aboutsummaryrefslogtreecommitdiff
path: root/environment.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-18 01:02:13 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-18 01:02:13 -0400
commit708e7b9070deb8a0e9694241447242cbcdae17b1 (patch)
tree649a13998e43789f8b959e37453e85ad025b718a /environment.h
parent2158bb97fc2a9744c5ed1bf4b5cd056498904925 (diff)
Remove dead code
Diffstat (limited to 'environment.h')
-rw-r--r--environment.h1
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);