Remove dead assignments.

This commit is contained in:
rfm 2024-06-21 12:17:15 +01:00
parent 8e0000770d
commit da181e9ab0
2 changed files with 0 additions and 5 deletions

View file

@ -720,10 +720,6 @@ SANITY();
{
beginRangeLoc = effectiveRange.location;
}
if (NSMaxRange(effectiveRange) > afterRangeLoc)
{
afterRangeLoc = NSMaxRange(effectiveRange);
}
}
else if (effectiveRange.location > beginRangeLoc)
{

View file

@ -1735,7 +1735,6 @@ tzparse(const char *name, struct state *sp, BOOL lastditch)
** Initially we're assumed to be in standard time.
*/
isdst = false;
theiroffset = theirstdoffset;
/*
** Now juggle transition times and types
** tracking offsets as you do.