Removed some unused constants.

This commit is contained in:
mccabe 1998-04-30 00:14:07 +00:00
parent 4a52d1d18e
commit b7ca0cd7fd
2 changed files with 2 additions and 8 deletions

View File

@ -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)

View File

@ -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)