summaryrefslogtreecommitdiff
path: root/libguile/ports.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2016-08-28 14:46:32 +0200
committerAndy Wingo <wingo@pobox.com>2016-08-28 14:46:32 +0200
commitebb8cb7206dfab74e9df2e0b01f773863a74132d (patch)
tree58ce78972aa87ebb50c985f0d3d0a8bac8e3a0a1 /libguile/ports.h
parent342bd8dfb325eab6610e7c4450aaf810ef71884f (diff)
downloadguile-ebb8cb7206dfab74e9df2e0b01f773863a74132d.tar.gz
Remove SCM_I_MAX_PORT_TYPE_COUNT
* libguile/ports.h (SCM_I_MAX_PORT_TYPE_COUNT): Remove unused CPP definition.
Diffstat (limited to 'libguile/ports.h')
-rw-r--r--libguile/ports.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libguile/ports.h b/libguile/ports.h
index 66b24715d..6fe9ecd2b 100644
--- a/libguile/ports.h
+++ b/libguile/ports.h
@@ -77,9 +77,6 @@ typedef struct scm_t_port scm_t_port;
#define SCM_PORT(x) ((scm_t_port *) SCM_CELL_WORD_2 (x))
#define SCM_PORT_TYPE(port) ((scm_t_port_type *) SCM_CELL_WORD_3 (port))
-/* Maximum number of port types. */
-#define SCM_I_MAX_PORT_TYPE_COUNT 256
-