aboutsummaryrefslogtreecommitdiff
path: root/src/bitvec.c
diff options
context:
space:
mode:
authordanielk1977 <danielk1977@noemail.net>2009-01-16 16:23:38 +0000
committerdanielk1977 <danielk1977@noemail.net>2009-01-16 16:23:38 +0000
commit45d6882fd9e6b964362bcf815c1e39652e8279e1 (patch)
treec06e2b230edfd06291622b138ce64abbd1761edd /src/bitvec.c
parent443c0597fe11768a01aacbe99d0acd0255a0d3f8 (diff)
downloadsqlite-45d6882fd9e6b964362bcf815c1e39652e8279e1.tar.gz
sqlite-45d6882fd9e6b964362bcf815c1e39652e8279e1.zip
Revert (6187). (CVS 6188)
FossilOrigin-Name: a353c1ab376b159c4d12532412365318cdbdcc60
Diffstat (limited to 'src/bitvec.c')
-rw-r--r--src/bitvec.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/bitvec.c b/src/bitvec.c
index 0297d286b..f631359cd 100644
--- a/src/bitvec.c
+++ b/src/bitvec.c
@@ -34,7 +34,7 @@
** start of a transaction, and is thus usually less than a few thousand,
** but can be as large as 2 billion for a really big database.
**
-** @(#) $Id: bitvec.c,v 1.11 2009/01/16 15:21:05 danielk1977 Exp $
+** @(#) $Id: bitvec.c,v 1.12 2009/01/16 16:23:38 danielk1977 Exp $
*/
#include "sqliteInt.h"
@@ -275,14 +275,6 @@ void sqlite3BitvecDestroy(Bitvec *p){
sqlite3_free(p);
}
-/*
-** Return the value of the iSize parameter specified when Bitvec *p
-** was created.
-*/
-u32 sqlite3BitvecSize(Bitvec *p){
- return p->iSize;
-}
-
#ifndef SQLITE_OMIT_BUILTIN_TEST
/*
** Let V[] be an array of unsigned characters sufficient to hold