--- ray/src/ot/readobj2.c 2016/02/02 18:02:32 2.11 +++ ray/src/ot/readobj2.c 2020/07/29 18:11:23 2.12 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: readobj2.c,v 2.11 2016/02/02 18:02:32 greg Exp $"; +static const char RCSid[] = "$Id: readobj2.c,v 2.12 2020/07/29 18:11:23 greg Exp $"; #endif /* * readobj2.c - routines for reading in object descriptions. @@ -27,7 +27,6 @@ readobj2( /* read in an object file or stream */ ro_cbfunc callback ) { - char *fgetline(); FILE *infp; char buf[2048]; register int c;