mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
* Source/NSXMLNode.m: Eliminate warning message which was
inadvertantly merged. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/nsxml_using_libxml2@34691 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f5fe581719
commit
cccdbe5428
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-02-01 11:32-EST Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Source/NSXMLNode.m: Eliminate warning message which was
|
||||
inadvertantly merged.
|
||||
|
||||
2012-02-01 11:18-EST Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* base.make.in
|
||||
|
|
|
@ -864,7 +864,6 @@ NSLog(@"RELEASING TRICKY EXTRA RETAIN in %@ now: %d", self, internal->externalRe
|
|||
Class theSubclass = [NSXMLNode class];
|
||||
void *node = NULL;
|
||||
|
||||
GSOnceMLog(@"WARNING the XML DOM classes are not currently implemented to a usable level, but we expect to have an implementation based on libxml2 in place for the next release.");
|
||||
if (nil == (self = [super init]))
|
||||
{
|
||||
return nil;
|
||||
|
|
Loading…
Reference in a new issue