summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib.h b/lib.h
index 66246ea4..af7e6f8e 100644
--- a/lib.h
+++ b/lib.h
@@ -160,9 +160,7 @@ struct string {
obj_common;
wchar_t *str;
val len;
-#if !HAVE_MALLOC_USABLE_SIZE
cnum alloc;
-#endif
};
typedef struct {