aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
diff options
context:
space:
mode:
authordrh <>2025-02-03 21:04:21 +0000
committerdrh <>2025-02-03 21:04:21 +0000
commit0d9f2a15f236dd87b05d33c8c1e09df1f4612b75 (patch)
tree9b9078d27886334403593d36697cb935340fc57e /src/sqliteInt.h
parent1c68deead787c4e8aefabd72c684ddf0f620a14c (diff)
downloadsqlite-0d9f2a15f236dd87b05d33c8c1e09df1f4612b75.tar.gz
sqlite-0d9f2a15f236dd87b05d33c8c1e09df1f4612b75.zip
The Parse.addrExplain field is never even if SQLITE_OMIT_EXPLAIN is defined.
FossilOrigin-Name: 5d81a984c6aabb9fa9180efde8ca942b40f1ec18ff5a89f2fbb1252734f051d3
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r--src/sqliteInt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index a37e0523a..f47009c15 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -3914,9 +3914,7 @@ struct Parse {
int nVtabLock; /* Number of virtual tables to lock */
#endif
int nHeight; /* Expression tree height of current sub-select */
-#ifndef SQLITE_OMIT_EXPLAIN
int addrExplain; /* Address of current OP_Explain opcode */
-#endif
VList *pVList; /* Mapping between variable names and numbers */
Vdbe *pReprepare; /* VM being reprepared (sqlite3Reprepare()) */
const char *zTail; /* All SQL text past the last semicolon parsed */