From: keie Date: Mon, 10 Jun 1985 11:23:22 +0000 (+0000) Subject: Removed debugging printout. X-Git-Tag: release-5-5~5447 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=dacde83aaed8fe850851806d8b52958c4224357a;p=ack.git Removed debugging printout. --- diff --git a/util/led/error.c b/util/led/error.c index f5f2517c0..63b047b60 100644 --- a/util/led/error.c +++ b/util/led/error.c @@ -61,8 +61,6 @@ diag(tail, format, a1, a2, a3, a4) { extern char *progname, *archname, *modulname; -extern int errno; -fprintf(stderr, "errno = %d\n", errno); fprintf(stderr, "%s: ", progname); if (archname) fprintf(stderr, "%s: ", archname);