mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-08 03:22:21 +03:00
Remove obsolete comment text from expr.c. No functional code changes.
FossilOrigin-Name: 84058be0beb799bc989d73a8d4cd8791ab709395
This commit is contained in:
@@ -2076,12 +2076,6 @@ static void sqlite3ExprCachePinRegister(Parse *pParse, int iReg){
|
||||
**
|
||||
** There must be an open cursor to pTab in iTable when this routine
|
||||
** is called. If iColumn<0 then code is generated that extracts the rowid.
|
||||
**
|
||||
** This routine might attempt to reuse the value of the column that
|
||||
** has already been loaded into a register. The value will always
|
||||
** be used if it has not undergone any affinity changes. But if
|
||||
** an affinity change has occurred, then the cached value will only be
|
||||
** used if allowAffChng is true.
|
||||
*/
|
||||
int sqlite3ExprCodeGetColumn(
|
||||
Parse *pParse, /* Parsing and code generating context */
|
||||
|
||||
Reference in New Issue
Block a user