2003-09-05 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Fri, 5 Sep 2003 21:24:50 +0000 (21:24 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 5 Sep 2003 21:24:50 +0000 (21:24 +0000)
* nss/getXXbyYY.c (FUNCTION_NAME): Remove unused variable.

nss/getXXbyYY.c

index 07e1d8a..6ec9097 100644 (file)
@@ -95,7 +95,6 @@ FUNCTION_NAME (ADD_PARAMS)
   static size_t buffer_size;
   static LOOKUP_TYPE resbuf;
   LOOKUP_TYPE *result;
-  int save;
 #ifdef NEED_H_ERRNO
   int h_errno_tmp = 0;
 #endif