left this out of the last commit

This commit is contained in:
Mitchell Livingston 2007-09-28 14:33:55 +00:00
parent c34d940361
commit 788a925fb0
1 changed files with 1 additions and 3 deletions

View File

@ -1546,8 +1546,7 @@ static int static_lastid = 0;
NSMutableArray * pathComponents;
NSString * path;
NSMutableArray * fileList = [[NSMutableArray alloc] initWithCapacity: count],
* flatFileList = [[NSMutableArray alloc] initWithCapacity: count];
NSMutableArray * fileList = [[NSMutableArray alloc] initWithCapacity: count];
for (i = 0; i < count; i++)
{
@ -1568,7 +1567,6 @@ static int static_lastid = 0;
fFileList = [[NSArray alloc] initWithArray: fileList];
[fileList release];
[flatFileList release];
}
- (void) insertPath: (NSMutableArray *) components forSiblings: (NSMutableArray *) siblings withParent: (NSMutableDictionary *) parent