diff options
Diffstat (limited to 'gnu/usr.bin/cvs/lib/getopt.c')
-rw-r--r-- | gnu/usr.bin/cvs/lib/getopt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/usr.bin/cvs/lib/getopt.c b/gnu/usr.bin/cvs/lib/getopt.c index f1d8dfa1345..137e66be187 100644 --- a/gnu/usr.bin/cvs/lib/getopt.c +++ b/gnu/usr.bin/cvs/lib/getopt.c @@ -84,10 +84,6 @@ GNU application programs can use a third alternative mode in which they can distinguish the relative order of options and other arguments. */ -#ifndef lint -static char rcsid[] = "$CVSid: @(#)getopt.c 1.10 94/09/21 $"; -#endif - #include "getopt.h" /* For communication from `getopt' to the caller. |