From d5effa68f320f59bf5d82f08d176f8ae7ad9299b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 30 Jun 2017 22:12:35 -0700 Subject: 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. --- genvim.txr | 4 ---- 1 file changed, 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]) -- cgit v1.2.3