Skip to content

Commit

Permalink
remove import std.math.pow from std.uni
Browse files Browse the repository at this point in the history
  • Loading branch information
9il committed Nov 18, 2014
1 parent 49fedd0 commit 2802040
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions std/uni.d
Expand Up @@ -1503,8 +1503,6 @@ private auto packedArrayView(T)(inout(size_t)* ptr, size_t items) @trusted pure
// Partially unrolled binary search using Shar's method
//============================================================================

private import std.math : pow;

string genUnrolledSwitchSearch(size_t size)
{
import std.conv : to;
Expand Down

0 comments on commit 2802040

Please sign in to comment.