Skip to content

Commit

Permalink
style: removed redundant declaration of fgetline()
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregungory committed Jul 29, 2020
1 parent ca9caf2 commit d330e4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ot/readobj2.c
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit d330e4e

Please # to comment.