remove redundant getTypeInfoType call

This commit is contained in:
Rainer 2025-02-18 21:17:42 +01:00
parent b0ecd45211
commit 6551d7b988

View file

@ -13317,7 +13317,6 @@ private extern (C++) final class ExpressionSemanticVisitor : Visitor
if (exp.e1.type.toBasetype().ty == Taarray)
{
semanticTypeInfo(sc, exp.e1.type.toBasetype());
getTypeInfoType(exp.loc, exp.e1.type, sc);
}
if (!target.isVectorOpSupported(t1, exp.op, t2))