From a0bf67cca2b7de3a745ab5cf0f9d6e74078d57af Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 4 Feb 2011 10:35:15 -0800 Subject: Fix some warning nits. --- elf/dl-object.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'elf/dl-object.c') diff --git a/elf/dl-object.c b/elf/dl-object.c index 5d15ce1869..b30c845a51 100644 --- a/elf/dl-object.c +++ b/elf/dl-object.c @@ -1,5 +1,6 @@ /* Storage management for the chain of loaded shared objects. - Copyright (C) 1995-2002,2004,2006-2009,2010 Free Software Foundation, Inc. + Copyright (C) 1995-2002,2004,2006,2007,2008,2009,2010,2011 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -60,7 +61,6 @@ internal_function _dl_new_object (char *realname, const char *libname, int type, struct link_map *loader, int mode, Lmid_t nsid) { - struct link_map *l; size_t libname_len = strlen (libname) + 1; struct link_map *new; struct libname_list *newname; -- cgit v1.2.3