diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-16 10:12:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-16 10:12:05 (GMT) |
commit | d82bd0ad8d88a2f44c08c6689823a5d53d888e44 (patch) | |
tree | 38d09973843ea0813935bd32c8d11e34b88f8a0e /generic/tclUtil.c | |
parent | ba0f4e5c1831f33002465cead9a984383aa6da82 (diff) | |
parent | 1e8c676e12346c0db746226bcf3be0d74db2b967 (diff) | |
download | tcl-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.c | 25 |
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 |