summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-12 21:17:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-12 21:17:18 (GMT)
commitc7a20762743c94893cd815bed31fd8c83ee86b12 (patch)
tree721635fa5dd1342645e7396857f1587d64863602 /generic/tclStubInit.c
parent7a6d97a527bd8148991a5a5da76fb6f75abd687e (diff)
parenta023aca95e9b16b2d3fb63919b5f25f6279fd3b0 (diff)
downloadtcl-c7a20762743c94893cd815bed31fd8c83ee86b12.zip
tcl-c7a20762743c94893cd815bed31fd8c83ee86b12.tar.gz
tcl-c7a20762743c94893cd815bed31fd8c83ee86b12.tar.bz2
[Bug 3514475]: remove TclpGetTimeZone and TclpGetTZName
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 0fe2ccc..4d4f509 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -277,7 +277,7 @@ static const TclIntStubs tclIntStubs = {
TclpGetClicks, /* 75 */
TclpGetSeconds, /* 76 */
TclpGetTime, /* 77 */
- TclpGetTimeZone, /* 78 */
+ 0, /* 78 */
0, /* 79 */
0, /* 80 */
TclpRealloc, /* 81 */
@@ -513,7 +513,7 @@ static const TclIntPlatStubs tclIntPlatStubs = {
TclWinAddProcess, /* 20 */
0, /* 21 */
TclpCreateTempFile, /* 22 */
- TclpGetTZName, /* 23 */
+ 0, /* 23 */
TclWinNoBackslash, /* 24 */
0, /* 25 */
TclWinSetInterfaces, /* 26 */