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

Move the definition of sqlite3_pending_byte from test2.c to os_common.h. (CVS 2701)

FossilOrigin-Name: bedf702f539636fa3b65fd0d6797b087481b4613
This commit is contained in:
danielk1977
2005-09-16 10:13:41 +00:00
parent fd5f5b65b4
commit 2349c3d151
4 changed files with 17 additions and 13 deletions

View File

@@ -13,7 +13,7 @@
** is not included in the SQLite library. It is used for automated
** testing of the SQLite library.
**
** $Id: test2.c,v 1.33 2005/09/16 09:52:29 danielk1977 Exp $
** $Id: test2.c,v 1.34 2005/09/16 10:13:42 danielk1977 Exp $
*/
#include "sqliteInt.h"
#include "os.h"
@@ -555,10 +555,6 @@ static int fake_big_file(
}
#endif
#ifdef SQLITE_TEST
unsigned int sqlite3_pending_byte = 0x0010000;
#endif
/*
** Register commands with the TCL interpreter.
*/