loader: Remove mapat from map_so_lib, where it is unused.

This commit is contained in:
Austin English 2010-05-27 11:12:34 -05:00 committed by Alexandre Julliard
parent aef3f42f0a
commit df9fda760e
1 changed files with 1 additions and 2 deletions

View File

@ -778,8 +778,7 @@ static void map_so_lib( const char *name, struct wld_link_map *l)
if (zeroend > zeropage)
{
/* Map the remaining zero pages in from the zero fill FD. */
caddr_t mapat;
mapat = wld_mmap ((caddr_t) zeropage, zeroend - zeropage,
wld_mmap ((caddr_t) zeropage, zeroend - zeropage,
c->prot, MAP_ANON|MAP_PRIVATE|MAP_FIXED,
-1, 0);
}