From: Julian Seward Date: Sun, 15 Dec 2002 01:47:05 +0000 (+0000) Subject: Remove comment line referring to old LRU stuff. X-Git-Tag: svn/VALGRIND_1_9_4~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f0c7d14770aaee3ece86b03b1c3e30efc8bf305;p=thirdparty%2Fvalgrind.git Remove comment line referring to old LRU stuff. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1373 --- diff --git a/coregrind/vg_transtab.c b/coregrind/vg_transtab.c index c8f38d72b6..ff264faa99 100644 --- a/coregrind/vg_transtab.c +++ b/coregrind/vg_transtab.c @@ -551,8 +551,7 @@ Addr VG_(search_transtab) ( Addr original_addr ) VGP_POPCC(VgpSlowFindT); return (Addr)0; } else { - /* Found it. Put the search result into the fast cache now. - Also set the mru_epoch to mark this translation as used. */ + /* Found it. Put the search result into the fast cache now. */ UInt cno = (UInt)original_addr & VG_TT_FAST_MASK; VG_(tt_fast)[cno] = (Addr)(tte->tcentry); VG_(tt_fast_misses)++;