From c462e3dd752f95adc46c0f2cf97c45c49d9744b4 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Tue, 4 Aug 2026 23:54:54 -0400 Subject: cleanup --- scope.c | 1 - 1 file changed, 1 deletion(-) (limited to 'scope.c') diff --git a/scope.c b/scope.c index f47545e..fdf610b 100644 --- a/scope.c +++ b/scope.c @@ -1,7 +1,6 @@ #include "scope.h" #include #include -#define DEFAULT_SIZE 16 static integral_t hash_name(const char* name, integral_t cap) { integral_t hash = 0, i = 0; -- cgit v1.2.3