aboutsummaryrefslogtreecommitdiff
path: root/stdu.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdu.c')
-rw-r--r--stdu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stdu.c b/stdu.c
index a41071a..2cd0aa4 100644
--- a/stdu.c
+++ b/stdu.c
@@ -72,7 +72,6 @@ Print amount of data piped to stdin.\n\
- bytes_read;
bufsize = 1024;
}
- size_t max_bufsize = 1048576;
char* buf = malloc(bufsize);
char* tmpbuf;