[Glibc-bsd-commits] r4437 - trunk/glibc-ports/kfreebsd

Petr Salinger ps-guest at alioth.debian.org
Tue May 14 04:04:38 UTC 2013


Author: ps-guest
Date: 2013-05-14 04:04:38 +0000 (Tue, 14 May 2013)
New Revision: 4437

Modified:
   trunk/glibc-ports/kfreebsd/getosreldate.c
Log:
drop unused variables


Modified: trunk/glibc-ports/kfreebsd/getosreldate.c
===================================================================
--- trunk/glibc-ports/kfreebsd/getosreldate.c	2013-05-14 04:04:24 UTC (rev 4436)
+++ trunk/glibc-ports/kfreebsd/getosreldate.c	2013-05-14 04:04:38 UTC (rev 4437)
@@ -56,8 +56,6 @@
 {
     static int osreldate;
 
-    int mib[2];
-    size_t size;
     char *temp;
 
     if (osreldate == 0)




More information about the Glibc-bsd-commits mailing list