From 52c5477598178ac14ccf33d1ec3bde188fbc64eb Mon Sep 17 00:00:00 2001 From: Niall O'Higgins Date: Mon, 4 Jun 2007 21:54:27 +0000 Subject: remove a fatal i committed by accident. --- usr.bin/cvs/file.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/cvs/file.c b/usr.bin/cvs/file.c index dbc18144e52..5e482fc5493 100644 --- a/usr.bin/cvs/file.c +++ b/usr.bin/cvs/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.190 2007/06/01 17:47:47 niallo Exp $ */ +/* $OpenBSD: file.c,v 1.191 2007/06/04 21:54:26 niallo Exp $ */ /* * Copyright (c) 2006 Joris Vink * Copyright (c) 2004 Jean-Francois Brousseau @@ -640,10 +640,6 @@ cvs_file_classify(struct cvs_file *cf, const char *tag) cf->file_rcs = rcs_open(cf->file_rpath, cf->repo_fd, rflags); if (cf->file_rcs == NULL) fatal("cvs_file_classify: failed to parse RCS"); - } else { - - fatal("cvs_file_classify: failed to open file `%s' of type %d", - cf->file_rpath, cf->file_type); } if (tag != NULL && cf->file_rcs != NULL) { -- cgit v1.2.3