diff --git a/src/crypto.c b/src/crypto.c index 1565af29..57ab1ac2 100644 --- a/src/crypto.c +++ b/src/crypto.c @@ -969,8 +969,6 @@ void sqlite3CodecGetKey(sqlite3* db, int nDb, void **zKey, int *nKey) { } } -#ifndef OMIT_EXPORT - /* * Implementation of an "export" function that allows a caller * to duplicate the main database to an attached database. This is intended @@ -1176,8 +1174,5 @@ end_of_export: } } } - -#endif - /* END SQLCIPHER */ #endif