1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Fix an obsolete comment on a variable definition in expr.c. No code changes.

FossilOrigin-Name: 012ff6dd306328f7ea71a6600471c871e7ffe37b
This commit is contained in:
drh
2016-10-03 12:56:48 +00:00
parent 1dd518cfcd
commit cca8a4ad6f
3 changed files with 8 additions and 8 deletions

View File

@@ -720,7 +720,7 @@ void sqlite3ExprSetHeightAndFlags(Parse *pParse, Expr *p){
** is allocated to hold the integer text and the dequote flag is ignored.
*/
Expr *sqlite3ExprAlloc(
sqlite3 *db, /* Handle for sqlite3DbMallocZero() (may be null) */
sqlite3 *db, /* Handle for sqlite3DbMallocRawNN() */
int op, /* Expression opcode */
const Token *pToken, /* Token argument. Might be NULL */
int dequote /* True to dequote */