summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-dav.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-12-11 23:29:41 -0500
committerEric S. Raymond <esr@thyrsus.com>2014-12-11 23:29:41 -0500
commitbe6dff68be9ad15245896b0b7868369c6e3716ac (patch)
tree43ec023798ef828e69bd5c06e4b2b87af553287b /lisp/vc/vc-dav.el
parentea8b9df12e38775600e850b8a57add2cf523bde5 (diff)
downloademacs-be6dff68be9ad15245896b0b7868369c6e3716ac.tar.gz
latest-on-branch-p is no longer a public method
* vc/vc-dav.el, vc/vc-git.el, vc/vc-hg.el, vc/vc-src.el, vc/vc.el: latest-on-branch-p is no longer a public method.
Diffstat (limited to 'lisp/vc/vc-dav.el')
-rw-r--r--lisp/vc/vc-dav.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/vc/vc-dav.el b/lisp/vc/vc-dav.el
index 4271cf7d1b3..4c3fe6abff7 100644
--- a/lisp/vc/vc-dav.el
+++ b/lisp/vc/vc-dav.el
@@ -147,10 +147,6 @@ It should return a status of either 0 (no differences found), or
;;; Unimplemented functions
;;
-;; vc-dav-latest-on-branch-p(URL)
-;; Return non-nil if the current workfile version of FILE is the
-;; latest on its branch. There are no branches in webdav yet.
-;;
;; vc-dav-mode-line-string(url)
;; Return a dav-specific mode line string for URL. Are there any
;; specific states that we want exposed?