summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-06-30 22:12:35 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-06-30 22:12:35 -0700
commitd5effa68f320f59bf5d82f08d176f8ae7ad9299b (patch)
tree2f0e9262c1b3c2f17135e9e05e740c85ada4aefe
parent81d654e02fc4f6f9896ad6b1755ea8138900e2a3 (diff)
downloadtxr-d5effa68f320f59bf5d82f08d176f8ae7ad9299b.tar.gz
txr-d5effa68f320f59bf5d82f08d176f8ae7ad9299b.tar.bz2
txr-d5effa68f320f59bf5d82f08d176f8ae7ad9299b.zip
genvim: remove useless code.
* genvim.txr: remove code which probes a few symbols with boundp. The point of this is to stimulate some autoloading, but it is based on a misunderstanding. The symbols in the lisplib.c autoload module are all interned. When the usr package is walked, they all get checked with boundp, and all all library autoloads are triggered.
-rw-r--r--genvim.txr4
1 files changed, 0 insertions, 4 deletions
diff --git a/genvim.txr b/genvim.txr
index 4b3b1d65..4f2122e7 100644
--- a/genvim.txr
+++ b/genvim.txr
@@ -7,10 +7,6 @@ static void dir_tables_init(void)
@(until)
}
@(end)
-@(do (each ((s '(*place-clobber-expander* *lib-version*
- ifa txr-if with-resources path-exists-p
- defstruct)))
- (boundp s)))
@(bind tl-orig-sym
@(append-each* ((entry (package-alist))
(pkg-name [mapcar car entry])