Fixed this up to work, eh. no more libstdc++.a for you

This commit is contained in:
David Anderson
2006-08-28 21:03:27 +00:00
parent ec83efbdf3
commit 76a4d84dbb
3 changed files with 6 additions and 7 deletions

View File

@ -401,11 +401,6 @@ bool AtomicResult::FieldNameToNum(const char *name, unsigned int *columnId)
}
}
if (columnId)
{
*columnId = -1;
}
return false;
}