diff lisp/vc-svn.el @ 94806:eedf64b515f0

Remove wash-log from the VC backend API.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 09 May 2008 17:30:49 +0000
parents 89d37b54b964
children 5e64dca662f0
line wrap: on
line diff
--- a/lisp/vc-svn.el	Fri May 09 16:41:26 2008 +0000
+++ b/lisp/vc-svn.el	Fri May 09 17:30:49 2008 +0000
@@ -431,11 +431,6 @@
 	;; 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