Remove _endDate from NSDateInterval

This commit is contained in:
Gregory John Casamento 2019-10-21 16:55:51 -04:00
parent 66277860cc
commit f34c95edda
2 changed files with 6 additions and 7 deletions

View file

@ -220,6 +220,8 @@
constant: constant];
NSDimension *result = [[[self class] alloc] initWithSymbol: symbol
converter: converter];
AUTORELEASE(converter);
AUTORELEASE(result);
return result;
}