From 115ec903036004beed1d7927e13e1f93d6e2d74b Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 29 Jan 2023 23:08:10 +0000 Subject: bin: Remove note about restoring load path. Restoring the load path since code could already have been loaded into the guile process and mutated its state. Besides, now that we restrict each tissue-pull invocation to only one host, it is not necessary to restore the load path. * bin/tissue (pull): Remove TODO note about restoring load path. --- bin/tissue | 3 --- 1 file changed, 3 deletions(-) (limited to 'bin') diff --git a/bin/tissue b/bin/tissue index 5357c66..1b2e44c 100755 --- a/bin/tissue +++ b/bin/tissue @@ -412,9 +412,6 @@ HOSTNAME." ;; Add the top level of the git repository to the ;; load path since there may be user-written ;; modules in the repository. - ;; TODO: Though not strictly required, it would - ;; be better to remove the added load path once - ;; done. (add-to-load-path temporary-repository-clone) ;; Index. (unless (file-exists? "xapian") -- cgit v1.2.3