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);