2003-09-05 Roland McGrath <roland@redhat.com>

* nss/getXXbyYY.c (FUNCTION_NAME): Remove unused variable.
This commit is contained in:
Roland McGrath 2003-09-05 21:24:50 +00:00
parent 983f231287
commit 09b9a9d032

View 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