* 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:
Gregory John Casamento 2012-02-01 16:33:30 +00:00
parent f5fe581719
commit cccdbe5428
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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;