Remove commented out code.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/nsxml_using_libxml2@34745 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2012-02-08 15:50:38 +00:00
parent 48a5abdf57
commit b3ef2985c1
2 changed files with 0 additions and 2 deletions

View file

@ -8,7 +8,6 @@
int main()
{
START_SET("NSXMLNode - handling children")
// testHopeful = YES;
NS_DURING
{
NSXMLElement *node = [[NSXMLElement alloc] initWithKind: NSXMLElementKind];

View file

@ -18,7 +18,6 @@
int main()
{
START_SET("NSXMLNode -initWithKind: initializer")
// testHopeful = YES;
NSAutoreleasePool *arp = [NSAutoreleasePool new];
NSXMLNode *node;
NS_DURING