Skip to content

Commit 09046a3

Browse files
committed
Remove useless code in handleIFTI.
1 parent 3b74108 commit 09046a3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/d/semantic/expression.d

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -761,11 +761,7 @@ public:
761761
private
762762
Expression handleIFTI(Location location, Template t, Expression[] args) {
763763
import d.semantic.dtemplate;
764-
TemplateArgument[] targs;
765-
targs.length = t.parameters.length;
766-
767764
auto i = TemplateInstancier(pass, location, [], args).visit(t);
768-
scheduler.require(i);
769765

770766
import d.semantic.identifier;
771767
return IdentifierResolver(

0 commit comments

Comments
 (0)