From ca49856f7f6842d5e2f36f18a214c2bbe99673fd Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Tue, 6 Sep 2011 09:51:23 +0000 Subject: unused static array wtens FossilOrigin-Name: 0c1ce51786279f1c40cdf6532c152f27015b1886 --- generic/tclStrToD.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/generic/tclStrToD.c b/generic/tclStrToD.c index c942023..5f59500 100755 --- a/generic/tclStrToD.c +++ b/generic/tclStrToD.c @@ -219,16 +219,6 @@ static const int itens [] = { 100000000 }; -static const Tcl_WideUInt wtens[] = { - 1, 10, 100, 1000, 10000, 100000, 1000000, - (Tcl_WideUInt) 1000000*10, (Tcl_WideUInt) 1000000*100, - (Tcl_WideUInt) 1000000*1000, (Tcl_WideUInt) 1000000*10000, - (Tcl_WideUInt) 1000000*100000, (Tcl_WideUInt) 1000000*1000000, - (Tcl_WideUInt) 1000000*1000000*10, (Tcl_WideUInt) 1000000*1000000*100, - (Tcl_WideUInt) 1000000*1000000*1000,(Tcl_WideUInt) 1000000*1000000*10000 - -}; - static const double bigtens[] = { 1e016, 1e032, 1e064, 1e128, 1e256 }; -- cgit v0.12