summaryrefslogtreecommitdiff
path: root/libguile/ports.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/ports.h')
-rw-r--r--libguile/ports.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libguile/ports.h b/libguile/ports.h
index 055e5b6b9..362236310 100644
--- a/libguile/ports.h
+++ b/libguile/ports.h
@@ -29,11 +29,6 @@
-SCM_INTERNAL SCM scm_i_port_weak_set;
-
-
-
-
#define SCM_EOF_OBJECT_P(x) (scm_is_eq ((x), SCM_EOF_VAL))
/* A port's first word contains its tag, which is a tc7 value. Above