diff options
author | Roland McGrath <roland@hack.frob.com> | 2011-06-10 12:45:09 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-06-10 22:44:20 -0700 |
commit | 5615eaf26469f20c2d8c3be5770e12564a1edfff (patch) | |
tree | cf9eb7a5797cd7c9dd4680b0463859dcd8376328 /nscd | |
parent | b68e08db76547937ea6e1902e87a5ea98c906f0c (diff) | |
download | glibc-5615eaf26469f20c2d8c3be5770e12564a1edfff.zip glibc-5615eaf26469f20c2d8c3be5770e12564a1edfff.tar.gz glibc-5615eaf26469f20c2d8c3be5770e12564a1edfff.tar.bz2 |
Quash some new warnings from GCC 4.6.
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/hstcache.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nscd/hstcache.c b/nscd/hstcache.c index 101ad2a..1ab5860 100644 --- a/nscd/hstcache.c +++ b/nscd/hstcache.c @@ -190,7 +190,6 @@ cache_addhst (struct database_dyn *db, int fd, request_header *req, size_t h_aliases_cnt; uint32_t *h_aliases_len; size_t h_addr_list_cnt; - int addr_list_type; char *addresses; char *aliases; char *key_copy = NULL; @@ -409,9 +408,6 @@ cache_addhst (struct database_dyn *db, int fd, request_header *req, + total + req->key_len, MS_ASYNC); } - addr_list_type = (hst->h_length == NS_INADDRSZ - ? GETHOSTBYADDR : GETHOSTBYADDRv6); - /* NB: the following code is really complicated. It has seemlingly duplicated code paths which do the same. The problem is that we always must add the hash table entry |