[corlib] Remove stale comments
authorMiguel de Icaza <miguel@gnome.org>
Sun, 4 May 2014 21:34:12 +0000 (17:34 -0400)
committerMiguel de Icaza <miguel@gnome.org>
Sun, 4 May 2014 21:34:12 +0000 (17:34 -0400)
mcs/class/corlib/System.IO/Directory.cs

index baa366a7efbc309f2c5f4b345cec3aa567b1efe8..64d5b7dbb76fddf87d40a64bb3de6f9947025fbc 100644 (file)
@@ -72,8 +72,6 @@ namespace System.IO
                        if (File.Exists(path))
                                throw new IOException ("Cannot create " + path + " because a file with the same name already exists.");
                        
-                       // LAMESPEC: with .net 1.0 version this throw NotSupportedException and msdn says so too
-                       // but v1.1 throws ArgumentException.
                        if (Environment.IsRunningOnWindows && path == ":")
                                throw new ArgumentException ("Only ':' In path");