persistentstorage/sql/SQLite/btree.c
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
--- a/persistentstorage/sql/SQLite/btree.c	Tue Aug 31 16:57:14 2010 +0300
+++ b/persistentstorage/sql/SQLite/btree.c	Wed Sep 01 12:39:58 2010 +0100
@@ -3021,7 +3021,7 @@
   Pgno *pPgnoNext              /* OUT: Next overflow page number */
 ){
   Pgno next = 0;
-  int rc = SQLITE_OK;          /* Initialized to placate warning */
+  int rc;
 
   assert( sqlite3_mutex_held(pBt->mutex) );
   /* One of these must not be NULL. Otherwise, why call this function? */