Removing unused variable from RoslynCompilationService
This commit is contained in:
parent
25838cee55
commit
a468986155
|
|
@ -52,7 +52,6 @@ namespace Microsoft.AspNet.Mvc.Razor.Compilation
|
||||||
{
|
{
|
||||||
var sourceText = SourceText.From(compilationContent, Encoding.UTF8);
|
var sourceText = SourceText.From(compilationContent, Encoding.UTF8);
|
||||||
var syntaxTrees = new[] { CSharpSyntaxTree.ParseText(sourceText, path: fileInfo.PhysicalPath) };
|
var syntaxTrees = new[] { CSharpSyntaxTree.ParseText(sourceText, path: fileInfo.PhysicalPath) };
|
||||||
var runtimeFramework = _environment.RuntimeFramework;
|
|
||||||
|
|
||||||
var references = _applicationReferences.Value;
|
var references = _applicationReferences.Value;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue