diff options
Diffstat (limited to 'lisp/vc-mcvs.el')
-rw-r--r-- | lisp/vc-mcvs.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/vc-mcvs.el b/lisp/vc-mcvs.el index 928f2978ec1..debdf892183 100644 --- a/lisp/vc-mcvs.el +++ b/lisp/vc-mcvs.el @@ -207,10 +207,6 @@ This is only meaningful if you don't use the implicit checkout model ;;; State-changing functions ;;; -(defun vc-mcvs-create-repo () - "Create a new Meta-CVS repository." - (error "Creation of Meta-CVS repositories is not supported.")) - (defun vc-mcvs-register (files &optional rev comment) "Register FILES into the Meta-CVS version-control system. COMMENT can be used to provide an initial description of FILE. |