mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
remove useless comments
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34442 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
42f0192c2c
commit
460b61e164
1 changed files with 1 additions and 11 deletions
|
@ -200,8 +200,6 @@ GS_PRIVATE_INTERNAL(NSXMLNode)
|
|||
- (id) copyWithZone: (NSZone*)zone
|
||||
{
|
||||
id c = [[self class] allocWithZone: zone];
|
||||
// NSEnumerator *en = [internal->children objectEnumerator];
|
||||
// id obj = nil;
|
||||
|
||||
c = [c initWithKind: internal->kind options: internal->options];
|
||||
[c setName: [self name]];
|
||||
|
@ -209,16 +207,8 @@ GS_PRIVATE_INTERNAL(NSXMLNode)
|
|||
[c setObjectValue: [self objectValue]];
|
||||
[c setStringValue: [self stringValue]];
|
||||
|
||||
/*
|
||||
while ((obj = [en nextObject]) != nil)
|
||||
{
|
||||
NSXMLNode *n = [obj copyWithZone:zone];
|
||||
[self addChild: n];
|
||||
}
|
||||
*/
|
||||
|
||||
return c;
|
||||
}
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue