summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-16 10:12:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-16 10:12:05 (GMT)
commitd82bd0ad8d88a2f44c08c6689823a5d53d888e44 (patch)
tree38d09973843ea0813935bd32c8d11e34b88f8a0e /generic/tclUtil.c
parentba0f4e5c1831f33002465cead9a984383aa6da82 (diff)
parent1e8c676e12346c0db746226bcf3be0d74db2b967 (diff)
downloadtcl-d82bd0ad8d88a2f44c08c6689823a5d53d888e44.zip
tcl-d82bd0ad8d88a2f44c08c6689823a5d53d888e44.tar.gz
tcl-d82bd0ad8d88a2f44c08c6689823a5d53d888e44.tar.bz2
Merge trunk
<p>Fix Windows build <p>Now usable with Thread's "novem" branch (3.0a1) <p>Remove some more deprecated stuff
Diffstat (limited to 'generic/tclUtil.c')
-rw-r--r--generic/tclUtil.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/generic/tclUtil.c b/generic/tclUtil.c
index 13e54ec..40073d3 100644
--- a/generic/tclUtil.c
+++ b/generic/tclUtil.c
@@ -4108,31 +4108,6 @@ Tcl_GetNameOfExecutable(void)
/*
*----------------------------------------------------------------------
*
- * TclpGetTime --
- *
- * Deprecated synonym for Tcl_GetTime. This function is provided for the
- * benefit of extensions written before Tcl_GetTime was exported from the
- * library.
- *
- * Results:
- * None.
- *
- * Side effects:
- * Stores current time in the buffer designated by "timePtr"
- *
- *----------------------------------------------------------------------
- */
-
-void
-TclpGetTime(
- Tcl_Time *timePtr)
-{
- Tcl_GetTime(timePtr);
-}
-
-/*
- *----------------------------------------------------------------------
- *
* TclGetPlatform --
*
* This is a kludge that allows the test library to get access the