summaryrefslogtreecommitdiff
path: root/lisp/vc-svn.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>2008-05-09 17:30:49 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>2008-05-09 17:30:49 +0000
commit6aa5d910bf3bef29b61e6d7bde22465f8a8db85f (patch)
tree6a7403460ec8702d47a107eaf50c9a2349be3322 /lisp/vc-svn.el
parenta749e19d070f015f11d6e4b7fad2841d4b0df358 (diff)
downloademacs-6aa5d910bf3bef29b61e6d7bde22465f8a8db85f.tar.gz
Remove wash-log from the VC backend API.
Diffstat (limited to 'lisp/vc-svn.el')
-rw-r--r--lisp/vc-svn.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el
index 49c4c4153e6..7b12717dd81 100644
--- a/lisp/vc-svn.el
+++ b/lisp/vc-svn.el
@@ -431,11 +431,6 @@ or svn+ssh://."
;; Dump log for the entire directory.
(vc-svn-command buffer 0 nil "log" "-rHEAD:0")))))
-(defun vc-svn-wash-log ()
- "Remove all non-comment information from log output."
- ;; FIXME: not implemented for SVN
- nil)
-
(defun vc-svn-diff (files &optional oldvers newvers buffer)
"Get a difference report using SVN between two revisions of fileset FILES."
(and oldvers