mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
remove redundant getTypeInfoType call
This commit is contained in:
parent
b0ecd45211
commit
6551d7b988
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue