Added control method termination procedure

date	2000.05.08.15.57.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:11:03 +00:00
parent cf5a899292
commit e4c3b4064a

View File

@ -574,15 +574,6 @@ DsExecEndOp (
case AML_MethodOp:
/*
* End of a method execution
* Delete the method's parse tree if asked to
*/
if (Gbl_WhenToParseMethods & METHOD_DELETE_AT_COMPLETION)
{
PsDeleteParseTree (WalkState->MethodDesc->Method.ParserOp);
WalkState->MethodDesc->Method.ParserOp = NULL;
}
break;