Index: runtime/vm/pages.cc |
=================================================================== |
--- runtime/vm/pages.cc (revision 36483) |
+++ runtime/vm/pages.cc (working copy) |
@@ -446,7 +446,6 @@ |
void PageSpace::WriteProtectCode(bool read_only) { |
- // TODO(koda): Is this flag still useful? |
if (FLAG_write_protect_code) { |
HeapPage* current_page = pages_; |
while (current_page != NULL) { |