Remove unused field
This commit is contained in:
parent
b8e1fb8011
commit
0d569da92c
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue