diff options
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r-- | src/sqliteInt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index 3912715e5..56dd912ac 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -78,7 +78,6 @@ #endif #define SQLITE_INDEX_SAMPLES 10 -#define SQLITE_INDEX_SAMPLE_COLS "s1,s2,s3,s4,s5,s6,s7,s8,s9,s10" /* ** This macro is used to "hide" some ugliness in casting an int |