Comment out possibly bogus code

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10512 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2001-07-18 11:15:50 +00:00
parent d8add08016
commit 15488f8dbc

View file

@ -3154,8 +3154,10 @@ handle_printf_atsign (FILE *stream,
indent: (unsigned)level
to: (id<GNUDescriptionDestination>)output
{
extern BOOL GSMacOSXCompatiblePropertyLists();
unsigned length;
/*
* Don't think the following should be there.
extern BOOL GSMacOSXCompatiblePropertyLists();
if (GSMacOSXCompatiblePropertyLists() == YES)
{
@ -3164,6 +3166,7 @@ handle_printf_atsign (FILE *stream,
[output appendString: GSXMLPlMake(self, aLocale, level)];
return;
}
*/
if ((length = [self length]) == 0)
{