aboutsummaryrefslogtreecommitdiff
path: root/src/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/environment.h')
-rw-r--r--src/environment.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/environment.h b/src/environment.h
index 74de3449..a89935e6 100644
--- a/src/environment.h
+++ b/src/environment.h
@@ -15,7 +15,6 @@ typedef struct {
CORD staticdefs;
CORD lambdas;
CORD variable_initializers;
- CORD function_naming;
} compilation_unit_t;
typedef struct deferral_s {