mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 11:27:49 +00:00
Removed some unused constants.
This commit is contained in:
parent
4a52d1d18e
commit
b7ca0cd7fd
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user