diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-03 11:43:16 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-03 11:43:16 +0000 |
commit | b9a5236299dd76f054ab375f0ecfc91d740c3c60 (patch) | |
tree | 03772a30f071913dba30eafc213cb97a4f6cbc30 | |
parent | 62e24ca477695c2c14d8af1ea63b8216ed03d965 (diff) | |
download | uClibc-alpine-b9a5236299dd76f054ab375f0ecfc91d740c3c60.tar.bz2 uClibc-alpine-b9a5236299dd76f054ab375f0ecfc91d740c3c60.tar.xz |
err() is not used internally
-rw-r--r-- | libc/misc/error/err.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/misc/error/err.c b/libc/misc/error/err.c index f8da16334..00e74ce61 100644 --- a/libc/misc/error/err.c +++ b/libc/misc/error/err.c @@ -21,7 +21,6 @@ libc_hidden_proto(vwarn) libc_hidden_proto(vwarnx) -libc_hidden_proto(err) libc_hidden_proto(verr) libc_hidden_proto(verrx) |