Remove legacy comment
authorRichard Lander <rlander@microsoft.com>
Mon, 4 May 2015 14:24:39 +0000 (07:24 -0700)
committerRichard Lander <rlander@microsoft.com>
Mon, 4 May 2015 14:26:05 +0000 (07:26 -0700)
src/debug/di/rsmain.cpp

index 5f5d098..1103d8e 100644 (file)
@@ -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()