diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-09-06 09:53:30 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-09-06 09:53:30 (GMT) |
commit | b42f4ce30d519270bf8cc236a5af815a63448e69 (patch) | |
tree | fd8bbc88a3e41f0f2eecb3a1144f50905adf992b /generic/tclStrToD.c | |
parent | 68317f28895f8fcb2972916e1190498550d662af (diff) | |
parent | e6a74822bcba92f0c557e1104cb586dde2075cba (diff) | |
download | tcl-b42f4ce30d519270bf8cc236a5af815a63448e69.zip tcl-b42f4ce30d519270bf8cc236a5af815a63448e69.tar.gz tcl-b42f4ce30d519270bf8cc236a5af815a63448e69.tar.bz2 |
unused static array wtens
Diffstat (limited to 'generic/tclStrToD.c')
-rwxr-xr-x | generic/tclStrToD.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/generic/tclStrToD.c b/generic/tclStrToD.c index f666e08..332cfca 100755 --- a/generic/tclStrToD.c +++ b/generic/tclStrToD.c @@ -249,15 +249,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 }; |