mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Revert accidentally committed changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33140 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b6cee11863
commit
2949efeb19
1 changed files with 0 additions and 2 deletions
|
@ -1705,7 +1705,6 @@ replacementForClass(Class c)
|
|||
}
|
||||
|
||||
pathInfo = [info lockReturningPathInfoForKey: aKey];
|
||||
//[pathInfo retain];
|
||||
if (pathInfo != nil)
|
||||
{
|
||||
if (pathInfo->recursion == 1)
|
||||
|
@ -1731,7 +1730,6 @@ replacementForClass(Class c)
|
|||
}
|
||||
|
||||
[self didChangeValueForDependentsOfKey: aKey];
|
||||
//[pathInfo release];
|
||||
}
|
||||
|
||||
- (void) didChange: (NSKeyValueChange)changeKind
|
||||
|
|
Loading…
Reference in a new issue