Chromium Code Reviews| Index: runtime/vm/visitor.h |
| =================================================================== |
| --- runtime/vm/visitor.h (revision 44996) |
| +++ runtime/vm/visitor.h (working copy) |
| @@ -29,7 +29,6 @@ |
| virtual GrowableArray<RawFunction*>* skipped_code_functions() { |
| return NULL; |
| } |
| - |
| // len argument is the number of pointers to visit starting from 'p'. |
| void VisitPointers(RawObject** p, intptr_t len) { |
| VisitPointers(p, (p + len - 1)); |