1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-16 23:02:26 +03:00

Remove a C++-style comment.

FossilOrigin-Name: 645232f2b9ce3ee345b1d22c0db1265e39bb674bef9ab6fb10d5bee8ab696787
This commit is contained in:
drh
2018-11-17 14:19:34 +00:00
parent 8e2d4ad30c
commit 0c5a95e43a
3 changed files with 8 additions and 9 deletions

View File

@@ -1060,7 +1060,6 @@ static int vtabBestIndex(Parse *pParse, Table *pTab, sqlite3_index_info *p){
}
sqlite3_free(pVtab->zErrMsg);
pVtab->zErrMsg = 0;
// assert( pParse->nErr==0 || (rc!=SQLITE_OK && rc!=SQLITE_CONSTRAINT) );
return rc;
}
#endif /* !defined(SQLITE_OMIT_VIRTUALTABLE) */