From 0f9cc465fa88c41fc8bf3c36d4016f6fa1e97bf2 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 3 Mar 2016 13:01:09 +1100 Subject: [PATCH] math: delete unused function sqrtC It appears to be a trivial dreg. Unreferenced. Gone. Change-Id: I4a5ceed48e84254bc8a07fdb04487a18a0edf965 Reviewed-on: https://go-review.googlesource.com/20122 Run-TryBot: Rob Pike Reviewed-by: Dave Cheney --- src/math/sqrt.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/math/sqrt.go b/src/math/sqrt.go index b633a4a6ad..7e95f2365b 100644 --- a/src/math/sqrt.go +++ b/src/math/sqrt.go @@ -142,7 +142,3 @@ func sqrt(x float64) float64 { ix = q>>1 + uint64(exp-1+bias)<