mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Remove a piece of stray debug output. No functional changes.
FossilOrigin-Name: 00ac653562a66aad3112ea322d08be68e05e6bf7413c814dd3f81bf850fcf43b
This commit is contained in:
@ -512,7 +512,6 @@ public class Tester1 {
|
||||
rc = sqlite3_db_status(db, SQLITE_DBSTATUS_SCHEMA_USED, cur32, high32, false);
|
||||
affirm( 0 == rc );
|
||||
affirm( cur32.value > 0 );
|
||||
outln(cur32.value," ",high32.value);
|
||||
affirm( high32.value == 0 /* always 0 for SCHEMA_USED */ );
|
||||
|
||||
sqlite3_close_v2(db);
|
||||
|
Reference in New Issue
Block a user