Remove unused field

This commit is contained in:
Ryan Nowak 2016-12-20 11:12:18 -08:00
parent b8e1fb8011
commit 0d569da92c
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ namespace Microsoft.AspNetCore.Razor.Evolution.Legacy
{ {
internal abstract class ParserBase internal abstract class ParserBase
{ {
private ParserContext _context;
public ParserBase(ParserContext context) public ParserBase(ParserContext context)
{ {
Context = context; Context = context;