Delete some dead code
This commit is contained in:
parent
03b63d97a2
commit
32efe43f85
|
|
@ -100,24 +100,5 @@ namespace Microsoft.AspNetCore.Razor.Evolution
|
||||||
_method.Add(node);
|
_method.Add(node);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Foo()
|
|
||||||
{
|
|
||||||
//// For prettiness, let's insert the usings before the class declaration.
|
|
||||||
//var i = 0;
|
|
||||||
//for (; i < Namespace.Children.Count; i++)
|
|
||||||
//{
|
|
||||||
// if (Namespace.Children[i] is ClassDeclarationIRNode)
|
|
||||||
// {
|
|
||||||
// break;
|
|
||||||
// }
|
|
||||||
//}
|
|
||||||
|
|
||||||
//var @using = new UsingStatementIRNode()
|
|
||||||
//{
|
|
||||||
// Content = namespaceImport,
|
|
||||||
// SourceRange = BuildSourceRangeFromNode(span),
|
|
||||||
//};
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue