diff lisp/vc-cvs.el @ 81988:09a639d5f43e

(vc-(m)cvs-create-repo): Remove.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 20 Jul 2007 03:56:53 +0000
parents ef9ebdaeea06
children 1350ba0c0448
line wrap: on
line diff
--- a/lisp/vc-cvs.el	Fri Jul 20 03:48:27 2007 +0000
+++ b/lisp/vc-cvs.el	Fri Jul 20 03:56:53 2007 +0000
@@ -281,10 +281,6 @@
 ;;; State-changing functions
 ;;;
 
-(defun vc-cvs-create-repo ()
-  "Create a new CVS repository."
-  (error "Creation of CVS repositories is not supported."))
-
 (defun vc-cvs-register (files &optional rev comment)
   "Register FILES into the CVS version-control system.
 COMMENT can be used to provide an initial description of FILES.