summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorNiall O'Higgins <niallo@cvs.openbsd.org>2007-06-04 21:54:27 +0000
committerNiall O'Higgins <niallo@cvs.openbsd.org>2007-06-04 21:54:27 +0000
commit52c5477598178ac14ccf33d1ec3bde188fbc64eb (patch)
tree1276dfa3ec89d3f49b63b84faff4977c9626c3cb /usr.bin
parent607e567304464dc72e9464e87fe379398e0e744b (diff)
remove a fatal i committed by accident.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/cvs/file.c6
1 files changed, 1 insertions, 5 deletions
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 <joris@openbsd.org>
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
@@ -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) {