diff options
Diffstat (limited to 'src/bitvec.c')
-rw-r--r-- | src/bitvec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bitvec.c b/src/bitvec.c index 96e3bdedb..c0e25a4e6 100644 --- a/src/bitvec.c +++ b/src/bitvec.c @@ -33,8 +33,6 @@ ** Bitvec object is the number of pages in the database file at the ** 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.17 2009/07/25 17:33:26 drh Exp $ */ #include "sqliteInt.h" |