Removed some unused lines related to jsdate.c.

This commit is contained in:
mccabe 1998-04-30 00:11:31 +00:00
parent 24a1785344
commit 4a52d1d18e

View File

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