Abolish function 'get-version-string because it is not used.
authormorioka <morioka>
Tue, 19 May 1998 15:33:36 +0000 (15:33 +0000)
committermorioka <morioka>
Tue, 19 May 1998 15:33:36 +0000 (15:33 +0000)
semi-def.el

index aa5fcb0..3f1ae75 100644 (file)
@@ -262,16 +262,6 @@ FUNCTION.")
     ))
 
 
-;;; @ RCS version
-;;;
-
-(defsubst get-version-string (id)
-  "Return a version-string from RCS ID."
-  (and (string-match ",v \\([0-9][0-9.][0-9.]+\\)" id)
-       (substring id (match-beginning 1)(match-end 1))
-       ))
-
-
 ;;; @ Other Utility
 ;;;