Skip to content

Commit 163d5b3

Browse files
authored
Merge pull request #118 from n8sh/master
Remove erroneous import
2 parents 2636d8e + 44f76f1 commit 163d5b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/mir/ndslice/algorithm.d

-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ version(Mir_disable_inlining_in_reduce)
143143
if (args.length <= 26)
144144
{
145145
pragma(inline,false);
146-
import mir.functional: _naryAliases;
147146
mixin(_naryAliases!(Args.length));
148147
return mixin(fun);
149148
}

0 commit comments

Comments
 (0)