aboutsummaryrefslogtreecommitdiff
path: root/src/pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pp.c')
-rw-r--r--src/pp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pp.c b/src/pp.c
index 38bf5888..ffb9d6a9 100644
--- a/src/pp.c
+++ b/src/pp.c
@@ -142,8 +142,6 @@ size_t
pp_fill_buffer(char *buf, size_t size)
{
size_t bufsize = size;
- int c;
- char *linep = NULL;
while (next_line() > 0) {
char *p;

Return to:

Send suggestions and report system problems to the System administrator.