]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove out-of-date comment -- should have been removed when VG_(mmap)() was
authorNicholas Nethercote <n.nethercote@gmail.com>
Sat, 10 Jul 2004 16:57:20 +0000 (16:57 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Sat, 10 Jul 2004 16:57:20 +0000 (16:57 +0000)
changed to accept the sf_flags argument.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2467

coregrind/vg_memory.c

index 5bf681fd58349a883dc92335c039b612ecd5a653..c7a71de633e16da915062648f068fe9d421e3d81 100644 (file)
@@ -335,7 +335,6 @@ void VG_(map_file_segment)(Addr addr, UInt len, UInt prot, UInt flags,
    s = VG_(SkipList_Find)(&sk_segments, &addr);
 
    if (s != NULL && s->addr == addr && s->len == len) {
-      /* This probably means we're just updating the flags */
       recycled = True;
       recycleseg(s);