From b7ca0cd7fd0c3237b51e41fc41eb8f7d60cb16b7 Mon Sep 17 00:00:00 2001 From: mccabe Date: Thu, 30 Apr 1998 00:14:07 +0000 Subject: [PATCH] Removed some unused constants. --- js/ref/prtime.h | 5 +---- js/src/prmjtime.h | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/js/ref/prtime.h b/js/ref/prtime.h index 2dbdfcce89d9..cd32967f272b 100644 --- a/js/ref/prtime.h +++ b/js/ref/prtime.h @@ -43,11 +43,8 @@ struct PRTime { }; /* Some handy constants */ -#define PR_MSEC_PER_SEC 1000 #define PR_USEC_PER_SEC 1000000L -#define PR_NSEC_PER_SEC 1000000000L -#define PR_USEC_PER_MSEC 1000 -#define PR_NSEC_PER_MSEC 1000000L +#define PR_USEC_PER_MSEC 1000L /* Return the current local time in micro-seconds */ extern PR_PUBLIC_API(int64) diff --git a/js/src/prmjtime.h b/js/src/prmjtime.h index edd8b7fc04e4..96358d5a29da 100644 --- a/js/src/prmjtime.h +++ b/js/src/prmjtime.h @@ -49,11 +49,8 @@ struct PRMJTime { }; /* Some handy constants */ -#define PRMJ_MSEC_PER_SEC 1000 #define PRMJ_USEC_PER_SEC 1000000L -#define PRMJ_NSEC_PER_SEC 1000000000L -#define PRMJ_USEC_PER_MSEC 1000 -#define PRMJ_NSEC_PER_MSEC 1000000L +#define PRMJ_USEC_PER_MSEC 1000L /* Return the current local time in micro-seconds */ extern PR_IMPLEMENT(PRInt64)