diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2011-03-25 14:05:02 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2011-03-25 14:05:02 (GMT) |
| commit | 0fe31e6b102617e73e490959befd028e94c04125 (patch) | |
| tree | dab7b43a5ca1853752d51320bb1644e477a1c522 /unix/tclUnixTime.c | |
| parent | 1a3db3e8b1dba3dd0b898186ab11decc16d5fd7e (diff) | |
| parent | a89d6d10b7adefb96c454d5a286d25de1d863d93 (diff) | |
| download | tcl-0fe31e6b102617e73e490959befd028e94c04125.zip tcl-0fe31e6b102617e73e490959befd028e94c04125.tar.gz tcl-0fe31e6b102617e73e490959befd028e94c04125.tar.bz2 | |
Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly
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); -} /* *---------------------------------------------------------------------- |
