Removed never-used symbol SQLITE_ResultDetails. (CVS 965)

FossilOrigin-Name: 26bd7bb1779e14f19c00e450aaa9529f2aabf131
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index f75495e..18d1d99 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -11,7 +11,7 @@
 *************************************************************************
 ** Internal interface definitions for SQLite.
 **
-** @(#) $Id: sqliteInt.h,v 1.183 2003/05/02 14:32:14 drh Exp $
+** @(#) $Id: sqliteInt.h,v 1.184 2003/05/10 03:04:34 jplyon Exp $
 */
 #include "config.h"
 #include "sqlite.h"
@@ -60,7 +60,7 @@
 /*
 ** The maximum number of attached databases.  This must be at least 2
 ** in order to support the main database file (0) and the file used to
-** hold temporary tables (1).  And it must be less than 256 because the
+** hold temporary tables (1).  And it must be less than 256 because
 ** an unsigned character is used to stored the database index.
 */
 #define MAX_ATTACHED 10
@@ -306,7 +306,7 @@
                                           /*   the count using a callback. */
 #define SQLITE_NullCallback   0x00000080  /* Invoke the callback once if the */
                                           /*   result set is empty */
-#define SQLITE_ResultDetails  0x00000100  /* Details added to result set */
+/*#define SQLITE_ResultDetails  0x00000100 * (UNUSED -- flag free for reuse) */
 #define SQLITE_UnresetViews   0x00000200  /* True if one or more views have */
                                           /*   defined column names */
 #define SQLITE_ReportTypes    0x00000400  /* Include information on datatypes */