diff options
Diffstat (limited to 'lisp/vc-svn.el')
-rw-r--r-- | lisp/vc-svn.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/vc-svn.el b/lisp/vc-svn.el index 854e66e3d1d..caf5ec15dcb 100644 --- a/lisp/vc-svn.el +++ b/lisp/vc-svn.el @@ -533,9 +533,6 @@ NAME is assumed to be a URL." :type 'string :group 'vc) -(defun vc-svn-root (dir) - (vc-find-root dir vc-svn-admin-directory t)) - (defun vc-svn-command (buffer okstatus file-or-list &rest flags) "A wrapper around `vc-do-command' for use in vc-svn.el. The difference to vc-do-command is that this function always invokes `svn', |