Commit 34c3ec53 authored by Eric Timmons's avatar Eric Timmons
Browse files

*VCS-PROJECT-OVERRIDE-FUN* set too many places

parent 587db331
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -112,7 +112,6 @@ the lock file if necessary."
  (with-bundle-session (clpmfile)
    (with-sources-using-installed-only ()
      (let* ((lockfile-pathname (clpmfile-lockfile-pathname clpmfile))
             (*vcs-project-override-fun* (make-vcs-override-fun (clpmfile-pathname clpmfile)))
             lockfile)
        (unless (probe-file lockfile-pathname)
          (error "Lockfile ~A does not exist" lockfile-pathname))
@@ -134,7 +133,6 @@ the lock file if necessary."
  (with-bundle-session (clpmfile)
    (let* ((clpmfile (get-clpmfile clpmfile))
           (lockfile-pathname (clpmfile-lockfile-pathname clpmfile))
           (*vcs-project-override-fun* (make-vcs-override-fun (clpmfile-pathname clpmfile)))
           (lockfile nil)
           (changedp nil))
      (unless (probe-file lockfile-pathname)