Skip to content

Commit c84e47f

Browse files
committed
remove other OMIT_EXPORT
1 parent e380c65 commit c84e47f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/crypto.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -969,8 +969,6 @@ void sqlite3CodecGetKey(sqlite3* db, int nDb, void **zKey, int *nKey) {
969969
}
970970
}
971971

972-
#ifndef OMIT_EXPORT
973-
974972
/*
975973
* Implementation of an "export" function that allows a caller
976974
* to duplicate the main database to an attached database. This is intended
@@ -1176,8 +1174,5 @@ void sqlcipher_exportFunc(sqlite3_context *context, int argc, sqlite3_value **ar
11761174
}
11771175
}
11781176
}
1179-
1180-
#endif
1181-
11821177
/* END SQLCIPHER */
11831178
#endif

0 commit comments

Comments
 (0)