aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/ed.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/editors/ed.c b/editors/ed.c
index fed10c470..dfe0f1a77 100644
--- a/editors/ed.c
+++ b/editors/ed.c
@@ -402,9 +402,6 @@ static int readLines(const char *file, int num)
402 charCount = 0; 402 charCount = 0;
403 cc = 0; 403 cc = 0;
404 404
405 printf("\"%s\", ", file);
406 fflush_all();
407
408 do { 405 do {
409 cp = memchr(bufPtr, '\n', bufUsed); 406 cp = memchr(bufPtr, '\n', bufUsed);
410 407