summaryrefslogtreecommitdiff
path: root/server/zstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/zstring.h')
-rw-r--r--server/zstring.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/zstring.h b/server/zstring.h
index d3fb1a1..5d3aaa1 100644
--- a/server/zstring.h
+++ b/server/zstring.h
@@ -19,7 +19,6 @@
typedef struct _zstring
{
char *string; /* the string itself */
- int len; /* string length, for speed */
int ref_count; /* for gc */
unsigned long hash_val; /* hash value for this string */
struct _zstring *next; /* for linking in hash table */