summaryrefslogtreecommitdiffstats
path: root/runtime/gc/accounting/card_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/gc/accounting/card_table.h')
-rw-r--r--runtime/gc/accounting/card_table.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/gc/accounting/card_table.h b/runtime/gc/accounting/card_table.h
index b6af90806b..88a6c6c6e4 100644
--- a/runtime/gc/accounting/card_table.h
+++ b/runtime/gc/accounting/card_table.h
@@ -115,8 +115,6 @@ class CardTable {
// Resets all of the bytes in the card table to clean.
void ClearCardTable();
-
- // Clear a range of cards that covers start to end, start and end must be aligned to kCardSize.
void ClearCardRange(uint8_t* start, uint8_t* end);
// Resets all of the bytes in the card table which do not map to the image space.