From e6a74822bcba92f0c557e1104cb586dde2075cba Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Tue, 6 Sep 2011 09:51:23 +0000 Subject: unused static array wtens --- 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