Merge pull request #537 from madewokherd/ccwmarshal
[mono.git] / mcs / class / corlib / System.IO / FileInfo.cs
index 9ace59e1688a4e7e30e1855e65d7f87ab5948927..0911f8152c4827f7fdafb5f2dd993d302a651da0 100644 (file)
@@ -49,11 +49,6 @@ namespace System.IO {
        {
                private bool exists;
 
-#if MOONLIGHT
-               internal FileInfo ()
-               {
-               }
-#endif
                public FileInfo (string fileName)
                {
                        if (fileName == null)