diff options
author | danielk1977 <danielk1977@noemail.net> | 2009-01-16 16:23:38 +0000 |
---|---|---|
committer | danielk1977 <danielk1977@noemail.net> | 2009-01-16 16:23:38 +0000 |
commit | 45d6882fd9e6b964362bcf815c1e39652e8279e1 (patch) | |
tree | c06e2b230edfd06291622b138ce64abbd1761edd /src/sqliteInt.h | |
parent | 443c0597fe11768a01aacbe99d0acd0255a0d3f8 (diff) | |
download | sqlite-45d6882fd9e6b964362bcf815c1e39652e8279e1.tar.gz sqlite-45d6882fd9e6b964362bcf815c1e39652e8279e1.zip |
Revert (6187). (CVS 6188)
FossilOrigin-Name: a353c1ab376b159c4d12532412365318cdbdcc60
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r-- | src/sqliteInt.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index 84f47cef8..3e860feb6 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -11,7 +11,7 @@ ************************************************************************* ** Internal interface definitions for SQLite. ** -** @(#) $Id: sqliteInt.h,v 1.826 2009/01/16 15:21:06 danielk1977 Exp $ +** @(#) $Id: sqliteInt.h,v 1.827 2009/01/16 16:23:38 danielk1977 Exp $ */ #ifndef _SQLITEINT_H_ #define _SQLITEINT_H_ @@ -2255,7 +2255,6 @@ int sqlite3BitvecTest(Bitvec*, u32); int sqlite3BitvecSet(Bitvec*, u32); void sqlite3BitvecClear(Bitvec*, u32); void sqlite3BitvecDestroy(Bitvec*); -u32 sqlite3BitvecSize(Bitvec*); int sqlite3BitvecBuiltinTest(int,int*); RowSet *sqlite3RowSetInit(sqlite3*, void*, unsigned int); |