chiark / gitweb /
[PATCH] sync klibc with release 0.95
[elogind.git] / klibc / klibc / strerror.c
index 754a30693cc54f4100860a2e9290e8764fae8783..62705553a6d000df790d183f2208c2827a1c1708 100644 (file)
@@ -10,7 +10,6 @@ char *strerror(int errnum)
 
   char numbuf[32];
   char *p;
-  int len;
 
   p = numbuf+sizeof numbuf;
   *--p = '\0';