summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2023-01-29 23:08:10 +0000
committerArun Isaac2023-01-29 23:08:10 +0000
commit115ec903036004beed1d7927e13e1f93d6e2d74b (patch)
tree30d31acb9b3d0aa7139a448aef76b4b388894bc2
parent188d51da3f7078228b3cd57ecbceae658af36048 (diff)
downloadtissue-115ec903036004beed1d7927e13e1f93d6e2d74b.tar.gz
tissue-115ec903036004beed1d7927e13e1f93d6e2d74b.tar.lz
tissue-115ec903036004beed1d7927e13e1f93d6e2d74b.zip
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.
-rwxr-xr-xbin/tissue3
1 files changed, 0 insertions, 3 deletions
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")