mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Remove dead assignments.
This commit is contained in:
parent
8e0000770d
commit
da181e9ab0
2 changed files with 0 additions and 5 deletions
|
@ -720,10 +720,6 @@ SANITY();
|
|||
{
|
||||
beginRangeLoc = effectiveRange.location;
|
||||
}
|
||||
if (NSMaxRange(effectiveRange) > afterRangeLoc)
|
||||
{
|
||||
afterRangeLoc = NSMaxRange(effectiveRange);
|
||||
}
|
||||
}
|
||||
else if (effectiveRange.location > beginRangeLoc)
|
||||
{
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue