Skip to content

Commit 878eb01

Browse files
Tests: remove useless comment
It's implemented. Signed-off-by: Thiago Macieira <[email protected]>
1 parent 0362274 commit 878eb01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/parser/tst_parser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ uint8_t *ParserWrapper::allocateMemory(size_t n)
171171
ptr -= n;
172172
return ptr;
173173
#elif defined(Q_OS_WIN)
174-
// ### implement me
175174
DWORD flAllocationType = MEM_COMMIT | MEM_RESERVE;
176175
DWORD flProtect = PAGE_READWRITE;
177176
realdata = VirtualAlloc(nullptr, alloc, flAllocationType, flProtect);

0 commit comments

Comments
 (0)