| Index: src/platform.h
|
| diff --git a/src/platform.h b/src/platform.h
|
| index 6a8395775041209fd96cff65d6d943ffdce45e1d..4f9aad774402efeae43d8fe2d6268e0ed3f80d60 100644
|
| --- a/src/platform.h
|
| +++ b/src/platform.h
|
| @@ -361,7 +361,6 @@ class VirtualMemory {
|
| // Uncommit real memory. Returns whether the operation succeeded.
|
| bool Uncommit(void* address, size_t size);
|
|
|
| - // TODO(gc) this interface should be implemented for Windows platform as well.
|
| static void* ReserveRegion(size_t size);
|
|
|
| static bool CommitRegion(void* base, size_t size, bool is_executable);
|
|
|