summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTime.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-04-04 14:17:51 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-04-04 14:17:51 (GMT)
commit0e4cf5a52093c285dc0f1c2b527e8de75dc43659 (patch)
tree73ddf3d340165867923c5a33fd07926c3afb5c10 /unix/tclUnixTime.c
parent05448bbc9c89bc15975c1d4aa3a61a8fb5e4758b (diff)
parent0d695fcd80cec0f53ad553a4b0abacbd29aad68c (diff)
downloadtcl-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.c20
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);
-}
/*
*----------------------------------------------------------------------