summaryrefslogtreecommitdiff
path: root/scope.c
diff options
context:
space:
mode:
Diffstat (limited to 'scope.c')
-rw-r--r--scope.c1
1 files changed, 0 insertions, 1 deletions
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 <stdlib.h>
#include <string.h>
-#define DEFAULT_SIZE 16
static integral_t hash_name(const char* name, integral_t cap) {
integral_t hash = 0, i = 0;