From 168929cf0d722a2fb52d3442b030b755d5e9c1b3 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Tue, 2 Aug 2022 17:04:31 +0200 Subject: [PATCH] * package-vc.el (vc-clone): Remove superfluous declaration --- lisp/emacs-lisp/package-vc.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el index f95c79ccf2e..7e76725a05c 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el @@ -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)) -- 2.39.5