Remove obsolete comment about thread safety

This commit is contained in:
Evan Miller 2020-08-19 16:32:13 -04:00
parent 3d63f16fc0
commit e67c8e6d52

View File

@ -147,10 +147,6 @@ static int sqlwlen(SQLWCHAR *p){
}
#endif // ENABLE_ODBC_W
/* The SQL engine is presently non-reenterrant and non-thread safe.
See SQLExecute for details.
*/
static void LogError (const char* format, ...)
{
/*