mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 19:37:15 +00:00
Removed some unused lines related to jsdate.c.
This commit is contained in:
parent
24a1785344
commit
4a52d1d18e
@ -6,16 +6,10 @@ s/include "prassert.h"/include "prlog.h"/g
|
||||
s/include "prprintf.h"/include "prprf.h"/g
|
||||
s/include "prtime.h"/include "prmjtime.h"/g
|
||||
s/PRTime/PRMJTime/g
|
||||
s/PR_ExplodeTime/PRMJ_ExplodeTime/g
|
||||
s/PR_ComputeTime/PRMJ_ComputeTime/g
|
||||
s/PR_ToLocal/PRMJ_ToLocal/g
|
||||
s/PR_ToGMT/PRMJ_ToGMT/g
|
||||
s/PR_DSTOffset/PRMJ_DSTOffset/g
|
||||
s/PR_FormatTimeUSEnglish/PRMJ_FormatTimeUSEnglish/g
|
||||
s/PR_FormatTime/PRMJ_FormatTime/g
|
||||
s/PR_USEC_PER_SEC/PRMJ_USEC_PER_SEC/g
|
||||
s/PR_USEC_PER_MSEC/PRMJ_USEC_PER_MSEC/g
|
||||
s/PR_gmtime/PRMJ_gmtime/g
|
||||
s/PR_Now/PRMJ_Now/g
|
||||
s/PR_LocalGMTDifference/PRMJ_LocalGMTDifference/g
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user