[runtime] Disable some tests in full-aot mode which cannot be AOTed because of type...
[mono.git] / mcs / tools / mdoc / Mono.Documentation / webdoc.cs
index b8bc52ffecc13a666510df363517f5f4c78ef628..75d65a244b05105fd3f9fae787a0eca2b0d17166 100644 (file)
@@ -203,8 +203,7 @@ namespace Mono.Documentation
                                        continue;
                                var file = XmlDocUtils.GetCachedFileName (outDir, url);
                                using (var o = File.AppendText (file)) {
-                                       Node _;
-                                       string contents = docRoot.RenderUrl (url, generator, out _);
+                                       string contents = docRoot.RenderUrl (url, generator, hs);
                                        o.Write (contents);
                                }
                        }