[w32file] Remove dead code
[mono.git] / mcs / class / corlib / System.IO / MonoIO.cs
index 0dac31494ba7938f586301104382f31e55e721d8..7542dabe9cb20830a63f83c24d4edaad93bd73b8 100644 (file)
@@ -174,9 +174,6 @@ namespace System.IO
                [MethodImplAttribute (MethodImplOptions.InternalCall)]
                public extern static bool RemoveDirectory (string path, out MonoIOError error);
 
-               [MethodImplAttribute (MethodImplOptions.InternalCall)]
-               public extern static string [] GetFileSystemEntries (string path, string path_with_pattern, int attrs, int mask, out MonoIOError error);
-
                [MethodImplAttribute (MethodImplOptions.InternalCall)]
                public extern static string GetCurrentDirectory (out MonoIOError error);