ntdll-Virtual_Memory_Stack: Remove Fixes: line, the patch doesn't help when compiling with optimization.

This commit is contained in:
Sebastian Lackner
2015-10-03 19:10:34 +02:00
parent c7c250e381
commit 3c4ad355ff
3 changed files with 4 additions and 6 deletions

View File

@@ -1 +1,3 @@
Fixes: [34558] Reduce stack usage of virtual memory functions
# Most distributions compile Wine with optimizations enabled, unfortunately
# the patch doesn't help then. Do not claim its fixed until it works everywhere.
# Fixes: [34558] Reduce stack usage of virtual memory functions

View File

@@ -2087,9 +2087,6 @@ fi
# Patchset ntdll-Virtual_Memory_Stack
# |
# | This patchset fixes the following Wine bugs:
# | * [#34558] Reduce stack usage of virtual memory functions
# |
# | Modified files:
# | * dlls/ntdll/virtual.c
# |