X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.IO%2FFileInfo.cs;h=0911f8152c4827f7fdafb5f2dd993d302a651da0;hb=0146859e63468733659e108f7e8e4255e9ae0027;hp=9ace59e1688a4e7e30e1855e65d7f87ab5948927;hpb=6435438e0cf9593dd6c26c7e5c128ff7c47593a7;p=mono.git diff --git a/mcs/class/corlib/System.IO/FileInfo.cs b/mcs/class/corlib/System.IO/FileInfo.cs index 9ace59e1688..0911f8152c4 100644 --- a/mcs/class/corlib/System.IO/FileInfo.cs +++ b/mcs/class/corlib/System.IO/FileInfo.cs @@ -49,11 +49,6 @@ namespace System.IO { { private bool exists; -#if MOONLIGHT - internal FileInfo () - { - } -#endif public FileInfo (string fileName) { if (fileName == null)