From 13e7c4368da664a8b50228b1a5ef01a660fbb2dd Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Wed, 17 May 2017 18:25:05 -0700 Subject: Finish deleting dead CAS code from CoreLib (#11436) Fixes #9321 and deletes CleanupToDoList.cs Delete unmanaged security implementation --- src/vm/interpreter.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vm/interpreter.cpp') diff --git a/src/vm/interpreter.cpp b/src/vm/interpreter.cpp index 010fee674b..ee10de7a3f 100644 --- a/src/vm/interpreter.cpp +++ b/src/vm/interpreter.cpp @@ -9868,7 +9868,6 @@ void Interpreter::DoCallWork(bool virtualCall, void* thisArg, CORINFO_RESOLVED_T GCX_FORBID(); // Some managed methods, believe it or not, can push capital-F Frames on the Frame chain. - // The example I've found involves SecurityContextFrame.Push/Pop. // If this happens, executing the EX_CATCH below will pop it, which is bad. // So detect that case, pop the explicitly-pushed frame, and push it again after the EX_CATCH. // (Asserting that there is only 1 such frame!) -- cgit v1.2.3