mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
remove redundant code
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32108 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
56fe3ad777
commit
d11a6d8c27
1 changed files with 0 additions and 2 deletions
|
@ -279,7 +279,6 @@ static NSUInteger _defaultBehavior = 0;
|
|||
IF_NO_GC(RETAIN(c->_maximum);)
|
||||
IF_NO_GC(RETAIN(c->_minimum);)
|
||||
IF_NO_GC(RETAIN(c->_roundingBehavior);)
|
||||
IF_NO_GC(RETAIN(c->_roundingBehavior);)
|
||||
IF_NO_GC(RETAIN(c->_attributedStringForNil);)
|
||||
IF_NO_GC(RETAIN(c->_attributedStringForNotANumber);)
|
||||
IF_NO_GC(RETAIN(c->_attributedStringForZero);)
|
||||
|
@ -296,7 +295,6 @@ static NSUInteger _defaultBehavior = 0;
|
|||
RELEASE(_maximum);
|
||||
RELEASE(_minimum);
|
||||
RELEASE(_roundingBehavior);
|
||||
RELEASE(_roundingBehavior);
|
||||
RELEASE(_attributedStringForNil);
|
||||
RELEASE(_attributedStringForNotANumber);
|
||||
RELEASE(_attributedStringForZero);
|
||||
|
|
Loading…
Reference in a new issue