aboutsummaryrefslogtreecommitdiff
path: root/src/vdbeaux.c
diff options
context:
space:
mode:
authordan <dan@noemail.net>2016-07-26 18:15:35 +0000
committerdan <dan@noemail.net>2016-07-26 18:15:35 +0000
commitd9ed09d47b37b7dafa98e0456614fbac5cd94e47 (patch)
tree3e901a1fef04753aa4ba307deffb49427e5fb519 /src/vdbeaux.c
parent8da209b169b1ab73b70573de6d91fca6053852f2 (diff)
parent2900a6222f475f4d495c302aa5d5aab3dc1f0237 (diff)
downloadsqlite-d9ed09d47b37b7dafa98e0456614fbac5cd94e47.tar.gz
sqlite-d9ed09d47b37b7dafa98e0456614fbac5cd94e47.zip
Merge latest trunk changes into this branch.
FossilOrigin-Name: d4f3d52c5a11fc7ad7e8cad76361edbcef13a12f
Diffstat (limited to 'src/vdbeaux.c')
-rw-r--r--src/vdbeaux.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/vdbeaux.c b/src/vdbeaux.c
index 63609d72d..992fa4db9 100644
--- a/src/vdbeaux.c
+++ b/src/vdbeaux.c
@@ -65,14 +65,6 @@ void sqlite3VdbeSetSql(Vdbe *p, const char *z, int n, int isPrepareV2){
}
/*
-** Return the SQL associated with a prepared statement
-*/
-const char *sqlite3_sql(sqlite3_stmt *pStmt){
- Vdbe *p = (Vdbe *)pStmt;
- return p ? p->zSql : 0;
-}
-
-/*
** Swap all content between two VDBE structures.
*/
void sqlite3VdbeSwap(Vdbe *pA, Vdbe *pB){