提交 443b18ba 编写于 作者: C CyrusNajmabadi

Remove redundant code.

上级 0b73276c
......@@ -2708,8 +2708,6 @@ protected override IPointerTypeSymbol CommonCreatePointerTypeSymbol(ITypeSymbol
ImmutableArray<string> elementNames,
ImmutableArray<Location> elementLocations)
{
elementNames = CheckTupleElementNames(elementTypes.Length, elementNames);
var typesBuilder = ArrayBuilder<TypeSymbol>.GetInstance(elementTypes.Length);
for (int i = 0; i < elementTypes.Length; i++)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册