Merge pull request #2087 from joelmartinez/mdoc-membername-fixup
[mono.git] / mcs / tools / mdoc / Mono.Documentation / monodocer.cs
index bb552cbf5e530dd5c0f0ca9951dbac3e636e4638..7d54a28947b1f8da02de4832e9b490b9df27175a 100644 (file)
@@ -678,12 +678,6 @@ class MDocUpdater : MDocCommand
                        XmlElement td = StubType(type, output);
                        if (td == null)
                                return null;
-                       
-                       System.IO.DirectoryInfo dir = new System.IO.DirectoryInfo (DocUtils.PathCombine (dest, type.Namespace));
-                       if (!dir.Exists) {
-                               dir.Create();
-                               Console.WriteLine("Namespace Directory Created: " + type.Namespace);
-                       }
                }
                return reltypefile;
        }