summaryrefslogtreecommitdiffstats
path: root/generic/tclStrToD.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-09-06 09:51:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-09-06 09:51:23 (GMT)
commite6a74822bcba92f0c557e1104cb586dde2075cba (patch)
treefc140da120739d3e73d0dd87eda6d65ede866e03 /generic/tclStrToD.c
parentc639e72c38ffbe038a79a58991d4c5bb3e027a6f (diff)
downloadtcl-e6a74822bcba92f0c557e1104cb586dde2075cba.zip
tcl-e6a74822bcba92f0c557e1104cb586dde2075cba.tar.gz
tcl-e6a74822bcba92f0c557e1104cb586dde2075cba.tar.bz2
unused static array wtens
Diffstat (limited to 'generic/tclStrToD.c')
-rwxr-xr-xgeneric/tclStrToD.c10
1 files changed, 0 insertions, 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
};