Remove Marshaling MDA (#22579)
[platform/upstream/coreclr.git] / src / vm / mdaBoilerplate.exe.mda.config
index c75d7aa..336bef3 100644 (file)
@@ -929,17 +929,6 @@ ACTIVATION\REPORTING SCENARIOS:
         -->
           <reportAvOnComRelease allowAv="false" enable="false" />
 
-          <!-- 
-            Marshaling (chriseck)  
-            
-            DESCRIPTION:
-            This assistant fires when the CLR sets up marshaling information for a method parameter or a field of a structure.  
-            It prints out the type of the parameter or field both in the managed and unmanaged worlds, as well as indicating 
-            the structure or method where the type lives.                                             
-        <marshaling enable="false" />
-        -->
-
-
         <!-- 
             VirtualCERCall (rudim)