Skip to content

Commit

Permalink
Tests: remove useless comment
Browse files Browse the repository at this point in the history
It's implemented.

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
  • Loading branch information
thiagomacieira committed Apr 4, 2019
1 parent 0362274 commit 878eb01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/parser/tst_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ uint8_t *ParserWrapper::allocateMemory(size_t n)
ptr -= n;
return ptr;
#elif defined(Q_OS_WIN)
// ### implement me
DWORD flAllocationType = MEM_COMMIT | MEM_RESERVE;
DWORD flProtect = PAGE_READWRITE;
realdata = VirtualAlloc(nullptr, alloc, flAllocationType, flProtect);
Expand Down

0 comments on commit 878eb01

Please sign in to comment.