From: Rob Pike Date: Thu, 3 Mar 2016 02:01:09 +0000 (+1100) Subject: math: delete unused function sqrtC X-Git-Tag: go1.7beta1~1590 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0f9cc465fa88c41fc8bf3c36d4016f6fa1e97bf2;p=gostls13.git 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 --- 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)<