diff options
author | Philip Kaludercic <philipk@posteo.net> | 2022-08-02 17:04:31 +0200 |
---|---|---|
committer | Philip Kaludercic <philipk@posteo.net> | 2022-08-02 17:04:31 +0200 |
commit | 168929cf0d722a2fb52d3442b030b755d5e9c1b3 (patch) | |
tree | 3465ab1330e2470688957acf603d929ebdbb8ae8 /lisp/emacs-lisp | |
parent | f3e7820b480b4aa7a70f3ae6b2d775eba468a472 (diff) | |
download | emacs-168929cf0d722a2fb52d3442b030b755d5e9c1b3.tar.gz emacs-168929cf0d722a2fb52d3442b030b755d5e9c1b3.tar.bz2 emacs-168929cf0d722a2fb52d3442b030b755d5e9c1b3.zip |
* package-vc.el (vc-clone): Remove superfluous declaration
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/package-vc.el | 2 |
1 files changed, 0 insertions, 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)) |