diff options
Diffstat (limited to 'lisp/vc-sccs.el')
-rw-r--r-- | lisp/vc-sccs.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/vc-sccs.el b/lisp/vc-sccs.el index 5cf19064b59..b8957b94c38 100644 --- a/lisp/vc-sccs.el +++ b/lisp/vc-sccs.el @@ -398,9 +398,6 @@ revert all subfiles." ;;; Internal functions ;;; -(defun vc-sccs-root (dir) - (vc-find-root dir "SCCS" t)) - ;; This function is wrapped with `progn' so that the autoload cookie ;; copies the whole function itself into loaddefs.el rather than just placing ;; a (autoload 'vc-sccs-search-project-dir "vc-sccs") which would not |