From 2802040979a5aabc06ac250897d5cc75de437585 Mon Sep 17 00:00:00 2001 From: Ilya Yaroshenko Date: Tue, 18 Nov 2014 01:57:20 +0300 Subject: [PATCH] remove import std.math.pow from std.uni --- std/uni.d | 2 -- 1 file changed, 2 deletions(-) diff --git a/std/uni.d b/std/uni.d index d96134a5f04..fcff5333665 100644 --- a/std/uni.d +++ b/std/uni.d @@ -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;