summaryrefslogtreecommitdiffstats
path: root/generic/tclStrToD.c
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2011-09-06 09:53:30 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2011-09-06 09:53:30 (GMT)
commit636a88225194815494971e744028445521ee8806 (patch)
treefd8bbc88a3e41f0f2eecb3a1144f50905adf992b /generic/tclStrToD.c
parent697bc742c9fffcec12582c9be819cfd4e05c6577 (diff)
parentca49856f7f6842d5e2f36f18a214c2bbe99673fd (diff)
downloadtcl-636a88225194815494971e744028445521ee8806.zip
tcl-636a88225194815494971e744028445521ee8806.tar.gz
tcl-636a88225194815494971e744028445521ee8806.tar.bz2
unused static array wtens
FossilOrigin-Name: 6622b4b506193456bd7bd5d076e25aa83096b340
Diffstat (limited to 'generic/tclStrToD.c')
-rwxr-xr-xgeneric/tclStrToD.c9
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
};