blah, remove debugging code that crept in with last commit.

This commit is contained in:
David E. O'Brien 2001-09-23 00:11:48 +00:00
parent 250f214507
commit d39947fd41
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83846

View File

@ -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,