Index: src/platform-win32.cc |
=================================================================== |
--- src/platform-win32.cc (revision 10910) |
+++ src/platform-win32.cc (working copy) |
@@ -885,7 +885,6 @@ |
bool is_executable) { |
// VirtualAlloc rounds allocated size to page size automatically. |
size_t msize = RoundUp(requested, static_cast<int>(GetPageSize())); |
- void* address = 0; |
// Windows XP SP2 allows Data Excution Prevention (DEP). |
int prot = is_executable ? PAGE_EXECUTE_READWRITE : PAGE_READWRITE; |