summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/file.c
diff options
context:
space:
mode:
authorJean-Francois Brousseau <jfb@cvs.openbsd.org>2004-08-02 22:49:51 +0000
committerJean-Francois Brousseau <jfb@cvs.openbsd.org>2004-08-02 22:49:51 +0000
commit1f0c0b8752a4a5dc4134c62d44eea45ff2fc587b (patch)
treeaec401b8ed61e18164a443fbe274b4d61c11e5e2 /usr.bin/cvs/file.c
parent10852c24e5ca2bf509b6c390e867b9ced00ff896 (diff)
Remove cruft and unbreak compilation
Diffstat (limited to 'usr.bin/cvs/file.c')
-rw-r--r--usr.bin/cvs/file.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/cvs/file.c b/usr.bin/cvs/file.c
index f5e34808686..b4445434612 100644
--- a/usr.bin/cvs/file.c
+++ b/usr.bin/cvs/file.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: file.c,v 1.16 2004/08/02 13:54:01 jfb Exp $ */
+/* $OpenBSD: file.c,v 1.17 2004/08/02 22:49:49 jfb Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -294,11 +294,6 @@ cvs_file_getspec(char **fspec, int fsn, int flags)
char common[MAXPATHLEN], *cp;
CVSFILE *cfp;
- /* first load the common subdirectory */
- cfp = cvs_file_get(common, flags);
- for (i = 0; i < fsn; i++) {
- }
-
return (cfp);
}