|
From: Nicholas N. <nj...@ca...> - 2004-07-10 16:57:26
|
CVS commit by nethercote:
Remove out-of-date comment -- should have been removed when VG_(mmap)() was
changed to accept the sf_flags argument.
M +0 -1 vg_memory.c 1.55
--- valgrind/coregrind/vg_memory.c #1.54:1.55
@@ -336,5 +336,4 @@ void VG_(map_file_segment)(Addr addr, UI
if (s != NULL && s->addr == addr && s->len == len) {
- /* This probably means we're just updating the flags */
recycled = True;
recycleseg(s);
|