Removed debug statement

This commit is contained in:
Ben Gras 2005-06-28 13:08:52 +00:00
parent 850d6611eb
commit bca51699a9

View file

@ -995,7 +995,6 @@ FILE *file1, *file2; /* The corresponding file-pointers */
prenewend = newend;
}
}
fprintf(stderr, "pipe fd is %d\n", fileno(inputfp));
status = pclose(inputfp);
if (status != 0) diffs++;
if (!WIFEXITED(status) || WEXITSTATUS(status) > 1) severe_error = 1;