[~] roll-back: dbgsession.cpp

git-svn-id: https://pykd.svn.codeplex.com/svn@62086 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2011-03-02 09:40:27 +00:00
parent b84b298ea7
commit c4a01f402e

View File

@ -16,8 +16,6 @@ dbgCreateSession()
SetupDebugEngine( client, &dbgGlobalSession ); SetupDebugEngine( client, &dbgGlobalSession );
dbgExt = &dbgGlobalSession; dbgExt = &dbgGlobalSession;
dbgExt->control->Output( DEBUG_OUTPUT_WARNING, "Depricated call\n" );
dbgSessionStarted = true; dbgSessionStarted = true;
} }