diff options
Diffstat (limited to 'lisp/vc/log-view.el')
-rw-r--r-- | lisp/vc/log-view.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/vc/log-view.el b/lisp/vc/log-view.el index 7512c9283eb..d345a20a0f5 100644 --- a/lisp/vc/log-view.el +++ b/lisp/vc/log-view.el @@ -561,9 +561,6 @@ changeset that affected the currently considered file(s)." log-view-vc-fileset)) to fr))) -(declare-function vc-diff-internal "vc" - (async vc-fileset rev1 rev2 &optional verbose)) - (defun log-view-diff-changeset (beg end) "Get the diff between two revisions. If the mark is not active or the mark is on the revision at point, |