From a6cd44734d33a37dfef2a989b79cba41da71e2f8 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Thu, 10 Nov 2022 21:55:30 +0100 Subject: [PATCH] Remove unused variable in 'package-vc--unpack' * lisp/emacs-lisp/package-vc.el (package-vc--unpack): Remove 'url'. --- lisp/emacs-lisp/package-vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el index 70d9ac98d71..d9b335f1cff 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el @@ -500,7 +500,7 @@ PKG-SPEC is a package specification, a property list describing how to fetch and build the package. See `package-vc--archive-spec-alist' for details. The optional argument REV specifies a specific revision to checkout. This overrides the `:branch' attribute in PKG-SPEC." - (pcase-let* (((map :url :lisp-dir) pkg-spec) + (pcase-let* (((map :lisp-dir) pkg-spec) (name (package-desc-name pkg-desc)) (dirname (package-desc-full-name pkg-desc)) (pkg-dir (expand-file-name dirname package-user-dir))) -- 2.39.2