Fixing build break

This commit is contained in:
Pranav K 2015-12-08 15:57:19 -08:00
parent be46c7602e
commit 8c4b5c6c9a
1 changed files with 0 additions and 3 deletions

View File

@ -55,9 +55,6 @@ namespace Microsoft.AspNet.Mvc.Razor.Compilation
/// The accessor for the <see cref="IAssemblyLoadContext"/> used to load compiled assemblies.
/// </param>
/// <param name="libraryExporter">The library manager that provides export and reference information.</param>
/// <param name="compilerOptionsProvider">
/// The <see cref="ICompilerOptionsProvider"/> that provides Roslyn compilation settings.
/// </param>
/// <param name="host">The <see cref="IMvcRazorHost"/> that was used to generate the code.</param>
public RoslynCompilationService(
IApplicationEnvironment environment,