From 47be3e82315666e57bd64b9d670bc7b6014b81e7 Mon Sep 17 00:00:00 2001 From: "yangguo@chromium.org" Date: Fri, 22 Jun 2012 10:11:19 +0000 Subject: [PATCH] Fix lint. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10640018 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11903 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/mark-compact.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mark-compact.cc b/src/mark-compact.cc index 97352e69be..06cc19ac8e 100644 --- a/src/mark-compact.cc +++ b/src/mark-compact.cc @@ -534,7 +534,6 @@ void MarkCompactCollector::CollectEvacuationCandidates(PagedSpace* space) { static const intptr_t kFreenessThreshold = 50; if (over_reserved >= 2 * space->AreaSize()) { - // If reduction of memory footprint was requested, we are aggressive // about choosing pages to free. We expect that half-empty pages // are easier to compact so slightly bump the limit.