Chromium Code Reviews| Index: runtime/vm/object.cc |
| =================================================================== |
| --- runtime/vm/object.cc (revision 43696) |
| +++ runtime/vm/object.cc (working copy) |
| @@ -17113,8 +17113,6 @@ |
| const char* Bigint::ToHexCString(uword (*allocator)(intptr_t size)) const { |
| - NoGCScope no_gc; // TODO(regis): Is this necessary? |
| - |
| const intptr_t used = Used(); |
| if (used == 0) { |
| const char* zero = "0x0"; |