Chromium Code Reviews| Index: runtime/vm/virtual_memory_fuchsia.cc |
| diff --git a/runtime/vm/virtual_memory_fuchsia.cc b/runtime/vm/virtual_memory_fuchsia.cc |
| index 933f494ad0eacfde1013350ba3eac5ea49a9d93a..26aacc23e731dc365df07fa8e1dba33b08c32839 100644 |
| --- a/runtime/vm/virtual_memory_fuchsia.cc |
| +++ b/runtime/vm/virtual_memory_fuchsia.cc |
| @@ -68,7 +68,6 @@ VirtualMemory::~VirtualMemory() { |
| bool VirtualMemory::FreeSubSegment(void* address, intptr_t size) { |
|
siva
2016/07/29 00:34:54
Will this be a nop even after Issue MG-133 is fixe
zra
2016/07/29 15:07:38
This needs issue MG-162 as with the destructor. I'
|
| - UNIMPLEMENTED(); |
| return false; |
| } |