diff options
Diffstat (limited to 'src/status.c')
-rw-r--r-- | src/status.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/status.c b/src/status.c index 3ea8a95cb..8d24551b3 100644 --- a/src/status.c +++ b/src/status.c @@ -147,7 +147,6 @@ int sqlite3_db_status( int i; /* Used to iterate through schemas */ int nByte = 0; /* Used to accumulate return value */ - assert( db->pSubProgram==0 ); db->pnBytesFreed = &nByte; for(i=0; i<db->nDb; i++){ Schema *pSchema = db->aDb[i].pSchema; |