summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTime.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-09-05 19:04:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-09-05 19:04:43 (GMT)
commita3b501f125586ba5ecf07e4805f2e965cd5a6b9c (patch)
tree5e1ca9e029f3529eca844779d72a8e1d968b24ac /unix/tclUnixTime.c
parent13d8cae7241ccb88e051d01e0dd612d67b7a443e (diff)
downloadtcl-a3b501f125586ba5ecf07e4805f2e965cd5a6b9c.zip
tcl-a3b501f125586ba5ecf07e4805f2e965cd5a6b9c.tar.gz
tcl-a3b501f125586ba5ecf07e4805f2e965cd5a6b9c.tar.bz2
Remove unused macros.
Diffstat (limited to 'unix/tclUnixTime.c')
-rw-r--r--unix/tclUnixTime.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/tclUnixTime.c b/unix/tclUnixTime.c
index 926e8f4..4452022 100644
--- a/unix/tclUnixTime.c
+++ b/unix/tclUnixTime.c
@@ -16,9 +16,6 @@
#include <mach/mach_time.h>
#endif
-#define TM_YEAR_BASE 1900
-#define IsLeapYear(x) (((x)%4 == 0) && ((x)%100 != 0 || (x)%400 == 0))
-
/*
* TclpGetDate is coded to return a pointer to a 'struct tm'. For thread
* safety, this structure must be in thread-specific data. The 'tmKey'