Skip to content

Commit 10e47b6

Browse files
committed
remove unused variable declaration
1 parent 6baec96 commit 10e47b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chapter04/4-9.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ void ungets(char []);
2323
/* globals */
2424
int buf[BUFSIZE]; /* buffer from ungetch */
2525
int bufp; /* next free position in buf */
26-
int pushedEOF; /* signals EOF has been pushed-back */
2726

2827
/* getch: get a (possibly pushed back) character */
2928
int getch(void)

0 commit comments

Comments
 (0)