2004-08-02 Martin Baulig <martin@ximian.com>
[mono.git] / mcs / gmcs / ecore.cs
index c8ffd9490378c1f41e8da6026d8603966d60e8b1..30968d5e035125cd83b17422b22963b43f08021e 100755 (executable)
@@ -2371,11 +2371,6 @@ namespace Mono.CSharp {
                        }
                }
 
-               public virtual TypeExpr[] GetInterfaces ()
-               {
-                       return TypeManager.GetInterfaces (Type);
-               }
-
                public abstract TypeExpr DoResolveAsTypeStep (EmitContext ec);
 
                public virtual Type ResolveType (EmitContext ec)