Commit df9fda76 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

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

parent aef3f42f
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment