mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-16 23:02:26 +03:00
Leave out a redundant line in build.c. Ticket #3916. (CVS 6766)
FossilOrigin-Name: d9f997aeb7a2195d0e16fe1555626918902b4f91
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
** COMMIT
|
||||
** ROLLBACK
|
||||
**
|
||||
** $Id: build.c,v 1.550 2009/06/11 00:47:21 drh Exp $
|
||||
** $Id: build.c,v 1.551 2009/06/16 04:35:39 danielk1977 Exp $
|
||||
*/
|
||||
#include "sqliteInt.h"
|
||||
|
||||
@@ -1264,7 +1264,6 @@ CollSeq *sqlite3LocateCollSeq(Parse *pParse, const char *zName){
|
||||
pColl = sqlite3GetCollSeq(db, pColl, zName);
|
||||
if( !pColl ){
|
||||
sqlite3ErrorMsg(pParse, "no such collation sequence: %s", zName);
|
||||
pColl = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user