Skip to content

Commit e380c65

Browse files
committed
remove OMIT_EXPORT
1 parent c037632 commit e380c65

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/func.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,12 +1824,10 @@ void sqlite3RegisterPerConnectionBuiltinFunctions(sqlite3 *db){
18241824
}
18251825
/* BEGIN SQLCIPHER */
18261826
#ifdef SQLITE_HAS_CODEC
1827-
#ifndef OMIT_EXPORT
18281827
{
18291828
extern void sqlcipher_exportFunc(sqlite3_context *, int, sqlite3_value **);
18301829
sqlite3CreateFunc(db, "sqlcipher_export", -1, SQLITE_TEXT, 0, sqlcipher_exportFunc, 0, 0, 0, 0, 0);
18311830
}
1832-
#endif
18331831
#ifdef SQLCIPHER_EXT
18341832
#include "sqlcipher_funcs_init.h"
18351833
#endif

0 commit comments

Comments
 (0)