X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.InteropServices%2FICustomFactory.cs;h=2f22d28183dc03a4c563791dabed95b8eeeac059;hb=a3311fab4c1eb160abf03ae5ac673b29618f76ca;hp=bbd17b3ea84eab04f34c440c1740ecffcf7303e2;hpb=1fabd87b02f8d2e359150ed7a9e92613e60383bc;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.InteropServices/ICustomFactory.cs b/mcs/class/corlib/System.Runtime.InteropServices/ICustomFactory.cs index bbd17b3ea84..2f22d28183d 100644 --- a/mcs/class/corlib/System.Runtime.InteropServices/ICustomFactory.cs +++ b/mcs/class/corlib/System.Runtime.InteropServices/ICustomFactory.cs @@ -32,9 +32,7 @@ namespace System.Runtime.InteropServices { -#if NET_2_0 [ComVisible (true)] -#endif public interface ICustomFactory { MarshalByRefObject CreateInstance (Type serverType); }