diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-06-30 22:12:35 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-06-30 22:12:35 -0700 |
commit | d5effa68f320f59bf5d82f08d176f8ae7ad9299b (patch) | |
tree | 2f0e9262c1b3c2f17135e9e05e740c85ada4aefe | |
parent | 81d654e02fc4f6f9896ad6b1755ea8138900e2a3 (diff) | |
download | txr-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.txr | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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]) |