1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00

* package-vc.el (vc-clone): Remove superfluous declaration

This commit is contained in:
Philip Kaludercic 2022-08-02 17:04:31 +02:00
parent f3e7820b48
commit 168929cf0d

View file

@ -35,8 +35,6 @@
:group 'package
:version "29.1")
(declare-function vc-clone "vc" (backend remote &optional directory))
(defun package-vc-commit (pkg)
"Extract the commit of a development package PKG."
(cl-assert (eq (package-desc-kind pkg) 'vc))