From 8b9719bd2d85ee16f89453c79c40d9e00f5057ad Mon Sep 17 00:00:00 2001 From: krangelov Date: Mon, 27 May 2019 09:05:41 +0200 Subject: [PATCH] remove duplicate definition for RecordCompare --- src/runtime/c/sg/sqlite3Btree.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime/c/sg/sqlite3Btree.c b/src/runtime/c/sg/sqlite3Btree.c index ee6bd206a..5271fef77 100644 --- a/src/runtime/c/sg/sqlite3Btree.c +++ b/src/runtime/c/sg/sqlite3Btree.c @@ -4835,7 +4835,6 @@ SQLITE_PRIVATE int sqlite3HeaderSizeBtree(void); SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*); SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo *, char *, int, char **); -typedef int (*RecordCompare)(int,const void*,UnpackedRecord*); SQLITE_PRIVATE RecordCompare sqlite3VdbeFindCompare(UnpackedRecord*); /************** End of btreeInt.h ********************************************/