fixed this up for gcc-3.4 and no lstdc++.a

This commit is contained in:
David Anderson
2006-08-28 21:21:06 +00:00
parent 76a4d84dbb
commit cba554d193
5 changed files with 10 additions and 11 deletions

View File

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