summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-dav.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-12-01 18:54:28 -0500
committerEric S. Raymond <esr@thyrsus.com>2014-12-01 18:54:28 -0500
commitb7fd432d56e352e25e6db4eaf5b081ddc5a39367 (patch)
tree21144cae16931e5f390459e7e64ba9a8eb22994b /lisp/vc/vc-dav.el
parentd788058c50783f6be19a578f5968d6eec129af0a (diff)
downloademacs-b7fd432d56e352e25e6db4eaf5b081ddc5a39367.tar.gz
Remove could-register from the set of public VC backend methods,
* vc/vc.el and all backends: API simplification; could-register is no longer a public method. (vc-cvs.el still has a private implementation.)
Diffstat (limited to 'lisp/vc/vc-dav.el')
-rw-r--r--lisp/vc/vc-dav.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/vc/vc-dav.el b/lisp/vc/vc-dav.el
index 46aa027c6c5..4271cf7d1b3 100644
--- a/lisp/vc/vc-dav.el
+++ b/lisp/vc/vc-dav.el
@@ -145,11 +145,6 @@ It should return a status of either 0 (no differences found), or
;; Check for DAV support on the web server.
t)
-(defun vc-dav-could-register (url)
- "Return non-nil if URL could be registered under this backend."
- ;; Check for DAV support on the web server.
- t)
-
;;; Unimplemented functions
;;
;; vc-dav-latest-on-branch-p(URL)