aboutsummaryrefslogtreecommitdiff
path: root/src/expr.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2009-12-30 00:12:39 +0000
committerdrh <drh@noemail.net>2009-12-30 00:12:39 +0000
commitc82b7513bf9cebe6e646f129437fe4b8edce3050 (patch)
treefc8566c6b3e42969645647ef4234409fb086501f /src/expr.c
parent25e978df922a44f80321072ac65a710d4fbaf8da (diff)
downloadsqlite-c82b7513bf9cebe6e646f129437fe4b8edce3050.tar.gz
sqlite-c82b7513bf9cebe6e646f129437fe4b8edce3050.zip
Remove obsolete comment text from expr.c. No functional code changes.
FossilOrigin-Name: 84058be0beb799bc989d73a8d4cd8791ab709395
Diffstat (limited to 'src/expr.c')
-rw-r--r--src/expr.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/expr.c b/src/expr.c
index 7e9eb4170..f7f648f9b 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -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 */