summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-12-15 16:12:34 +0100
committerCorinna Vinschen <corinna@vinschen.de>2016-06-24 16:02:41 +0200
commitb15d129559cad52b13cb6c54fbe19a78031b7411 (patch)
tree15c884d8185f03998483c5dfc3dd7b0a9307e360
parentc7fe56dd65cd71a7c9046b53bb5ef4efe4fd617a (diff)
downloadcygnal-b15d129559cad52b13cb6c54fbe19a78031b7411.tar.gz
cygnal-b15d129559cad52b13cb6c54fbe19a78031b7411.tar.bz2
cygnal-b15d129559cad52b13cb6c54fbe19a78031b7411.zip
Drop accidentally leftover comment from wincapc::init
-rw-r--r--winsup/cygwin/wincap.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/wincap.cc b/winsup/cygwin/wincap.cc
index 3d85ab928..2b8336dfb 100644
--- a/winsup/cygwin/wincap.cc
+++ b/winsup/cygwin/wincap.cc
@@ -149,9 +149,6 @@ wincapc::init ()
/* 64 bit systems have one more guard page than their 32 bit counterpart. */
++((wincaps *)caps)->def_guard_pages;
#else
- /* Windows 10 1511 has a stack move when a 64 bit process is started from
- a 32 bit process, just as it was vice versa in XP/2003. Reset the flag
- here for 32 bit. */
if (NT_SUCCESS (NtQueryInformationProcess (NtCurrentProcess (),
ProcessWow64Information,
&wow64, sizeof wow64, NULL))