Removing unused variable from RoslynCompilationService

This commit is contained in:
Pranav K 2014-09-15 14:44:39 -07:00
parent 25838cee55
commit a468986155
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ namespace Microsoft.AspNet.Mvc.Razor.Compilation
{
var sourceText = SourceText.From(compilationContent, Encoding.UTF8);
var syntaxTrees = new[] { CSharpSyntaxTree.ParseText(sourceText, path: fileInfo.PhysicalPath) };
var runtimeFramework = _environment.RuntimeFramework;
var references = _applicationReferences.Value;