mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-06-04 19:11:13 +00:00
fix dead assignment
This commit is contained in:
parent
36fe235dba
commit
346f114fc6
1 changed files with 1 additions and 1 deletions
|
@ -1164,7 +1164,7 @@ static inline unsigned int trim(char *str, unsigned len)
|
|||
NSMutableArray *a;
|
||||
|
||||
a = [[NSMutableArray alloc] initWithCapacity: 10];
|
||||
p = [self parseIntoArray: a type: arrayType from: p];
|
||||
(void)[self parseIntoArray: a type: arrayType from: p];
|
||||
if ([self debugging] > 2)
|
||||
{
|
||||
NSLog(@"Parsed array is %@", a);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue