summaryrefslogtreecommitdiff
path: root/module/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2019-10-21 17:23:45 +0200
committerAndy Wingo <wingo@pobox.com>2019-10-21 17:34:50 +0200
commit40395c0dff238b62ba312e623a70c7f4b015507d (patch)
tree2611624d0300f54bebf793271df60ed4bcfeb021 /module/Makefile.am
parentf152d7cd961aa1637e6e71e99141ec0617e6f1ed (diff)
downloadguile-40395c0dff238b62ba312e623a70c7f4b015507d.tar.gz
Remove (ice-9 channel)
* module/ice-9/channel.scm: Remove. This file has had a bug since 2.0 or so that prevented loading the module; I can only conclude that it hasn't worked for years. * module/Makefile.am (SOURCES): Remove ice-9/channel.scm.
Diffstat (limited to 'module/Makefile.am')
-rw-r--r--module/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/Makefile.am b/module/Makefile.am
index fe316758a..79f42d353 100644
--- a/module/Makefile.am
+++ b/module/Makefile.am
@@ -49,7 +49,6 @@ SOURCES = \
ice-9/boot-9.scm \
ice-9/buffered-input.scm \
ice-9/calling.scm \
- ice-9/channel.scm \
ice-9/command-line.scm \
ice-9/common-list.scm \
ice-9/control.scm \