Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrii Kurdiumov <kant2002@gmail.com>2021-03-16 00:11:16 +0300
committerGitHub <noreply@github.com>2021-03-16 00:11:16 +0300
commitd6ea28dd585ae9366fd9878264157c4acaf410a1 (patch)
tree73675508f9c7582bd855894f15ef84b25f1df3d7 /src/coreclr/gc
parentddff65b4d1d4ca98c47210bbbb1a4e8135b51b83 (diff)
Remove reference to non-existing parameter (#49630)
Diffstat (limited to 'src/coreclr/gc')
-rw-r--r--src/coreclr/gc/windows/gcenv.windows.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/coreclr/gc/windows/gcenv.windows.cpp b/src/coreclr/gc/windows/gcenv.windows.cpp
index 53b868df682..ebaef4fee4a 100644
--- a/src/coreclr/gc/windows/gcenv.windows.cpp
+++ b/src/coreclr/gc/windows/gcenv.windows.cpp
@@ -677,7 +677,6 @@ void GCToOSInterface::YieldThread(uint32_t switchCount)
// Reserve virtual memory range.
// Parameters:
-// address - starting virtual address, it can be NULL to let the function choose the starting address
// size - size of the virtual memory range
// alignment - requested memory alignment, 0 means no specific alignment requested
// flags - flags to control special settings like write watching