summaryrefslogtreecommitdiffstats
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hash.c b/hash.c
index 713034c7..a00e3250 100644
--- a/hash.c
+++ b/hash.c
@@ -65,7 +65,6 @@ struct hash_iter {
};
val weak_keys_k, weak_vals_k, equal_based_k;
-val hash_construct_s;
/*
* Dynamic list built up during gc.
@@ -598,5 +597,4 @@ void hash_init(void)
weak_keys_k = intern(lit("weak-keys"), keyword_package);
weak_vals_k = intern(lit("weak-vals"), keyword_package);
equal_based_k = intern(lit("equal-based"), keyword_package);
- hash_construct_s = intern(lit("hash-construct"), user_package);
}