aboutsummaryrefslogtreecommitdiff
path: root/src/strbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strbuf.h')
-rw-r--r--src/strbuf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/strbuf.h b/src/strbuf.h
index 7f936a9e..0c028eb6 100644
--- a/src/strbuf.h
+++ b/src/strbuf.h
@@ -15,7 +15,6 @@
*/
typedef struct {
char* mem;
- SCM scm;
/* TODO add support for negative ptr */
int ptr;
unsigned int alloc;