Delete some dead code

This commit is contained in:
Ryan Nowak 2017-01-24 10:29:30 -08:00
parent 03b63d97a2
commit 32efe43f85
1 changed files with 0 additions and 19 deletions

View File

@ -100,24 +100,5 @@ namespace Microsoft.AspNetCore.Razor.Evolution
_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),
//};
}
}
}