summaryrefslogtreecommitdiff
path: root/src/debug/di/rsmain.cpp
diff options
context:
space:
mode:
authorRichard Lander <rlander@microsoft.com>2015-05-04 07:24:39 -0700
committerRichard Lander <rlander@microsoft.com>2015-05-04 07:26:05 -0700
commite9a6f2177d88f70488fe2e878a597c63520a0660 (patch)
tree9aff7964135ff22a01beca1b8623cc026c85843a /src/debug/di/rsmain.cpp
parentfd50418ad6142d0874941814388900da03e00ce1 (diff)
downloadcoreclr-e9a6f2177d88f70488fe2e878a597c63520a0660.tar.gz
coreclr-e9a6f2177d88f70488fe2e878a597c63520a0660.tar.bz2
coreclr-e9a6f2177d88f70488fe2e878a597c63520a0660.zip
Remove legacy comment
Diffstat (limited to 'src/debug/di/rsmain.cpp')
-rw-r--r--src/debug/di/rsmain.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/debug/di/rsmain.cpp b/src/debug/di/rsmain.cpp
index 5f5d098ce3..1103d8e3f9 100644
--- a/src/debug/di/rsmain.cpp
+++ b/src/debug/di/rsmain.cpp
@@ -508,7 +508,6 @@ void CordbCommonBase::InitializeCommon()
// NT, so we won't treat that as a critical failure.
// This also will let us call OpenProcess() on anything, regardless of DACL. This allows an
// Admin debugger to attach to a debuggee in the guest account.
-// This code was taken directly from code in the Win32 debugger, given to us by Matt Hendel.
// Ideally, the debugger would set this (and we wouldn't mess with privileges at all). However, we've been
// setting this since V1.0 and removing it may be a breaking change.
void CordbCommonBase::AddDebugPrivilege()