git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34526 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2012-01-14 14:36:31 +00:00
parent 8731a99eb4
commit 9795eb747e

View file

@ -33,7 +33,7 @@ GS_PRIVATE_INTERNAL(NSXMLElement)
- (void) dealloc
{
if (GS_EXISTS_INTERNAL && _internal != nil)
if (GS_EXISTS_INTERNAL)
{
while (internal->childCount > 0)
{