Skip to content

Commit ab79816

Browse files
committed
Reflection: Remove dead line of code
1 parent 8416b1c commit ab79816

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/Reflection/TypeRef.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ struct TypeRefIsConcrete
255255
}
256256

257257
bool visitFunctionTypeRef(const FunctionTypeRef *F) {
258-
std::vector<TypeRef *> SubstitutedArguments;
259258
for (auto Argument : F->getArguments())
260259
if (!visit(Argument))
261260
return false;

0 commit comments

Comments
 (0)