diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-04-04 14:17:51 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-04-04 14:17:51 (GMT) |
commit | 0e4cf5a52093c285dc0f1c2b527e8de75dc43659 (patch) | |
tree | 73ddf3d340165867923c5a33fd07926c3afb5c10 /unix/tclUnixTime.c | |
parent | 05448bbc9c89bc15975c1d4aa3a61a8fb5e4758b (diff) | |
parent | 0d695fcd80cec0f53ad553a4b0abacbd29aad68c (diff) | |
download | tcl-aku_tip_280_cl_perf_trial.zip tcl-aku_tip_280_cl_perf_trial.tar.gz tcl-aku_tip_280_cl_perf_trial.tar.bz2 |
Merge to feature branchaku_tip_280_cl_perf_trial
Diffstat (limited to 'unix/tclUnixTime.c')
-rw-r--r-- | unix/tclUnixTime.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/unix/tclUnixTime.c b/unix/tclUnixTime.c index 7739079..02a90a5 100644 --- a/unix/tclUnixTime.c +++ b/unix/tclUnixTime.c @@ -431,17 +431,6 @@ TclpGmtime( return &tsdPtr->gmtime_buf; } - -/* - * Forwarder for obsolete item in Stubs - */ - -struct tm * -TclpGmtime_unix( - const time_t *timePtr) -{ - return TclpGmtime(timePtr); -} /* *---------------------------------------------------------------------- @@ -482,15 +471,6 @@ TclpLocaltime( return &tsdPtr->localtime_buf; } -/* - * Forwarder for obsolete item in Stubs - */ -struct tm* -TclpLocaltime_unix( - const time_t *timePtr) -{ - return TclpLocaltime(timePtr); -} /* *---------------------------------------------------------------------- |