aboutsummaryrefslogtreecommitdiff
path: root/Utility/Percentage.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-20 20:56:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-20 20:56:04 -0400
commita65235e41846e895b72e5bdaad2859e99113a4c8 (patch)
tree4d63c790b0a18a0b1c1525261c66762fc6c37bc4 /Utility/Percentage.hs
parent470a36b4a4e3ba4b187b0c5abd2ce3da17a51b9b (diff)
cleanup
Diffstat (limited to 'Utility/Percentage.hs')
-rw-r--r--Utility/Percentage.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Utility/Percentage.hs b/Utility/Percentage.hs
index 8d9280148..d4b2da429 100644
--- a/Utility/Percentage.hs
+++ b/Utility/Percentage.hs
@@ -31,4 +31,3 @@ showPercentage precision (Percentage p) = v ++ "%"
where
v = showImprecise precision n
n = fromRational p :: Double
- strip0s = reverse . dropWhile (== '0') . reverse