diff options
-rw-r--r-- | usr.bin/touch/touch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c index d5c14cb..d441e32 100644 --- a/usr.bin/touch/touch.c +++ b/usr.bin/touch/touch.c @@ -144,7 +144,6 @@ main(argc, argv) for (rval = 0; *argv; ++argv) { /* See if the file exists. */ if (stat_f(*argv, &sb) != 0) { -fprintf(stderr, "not exist\n"); if (!cflag) { /* Create the file. */ fd = open(*argv, |