Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove now unneeded fts_open bitcast for Android (#3025)
I added this changed function call for Android in #2660 earlier this year, because of [an incorrect Bionic function signature as explained recently](#3009 (comment)), but now that it has been worked around through a new API note as mentioned there, this change is no longer needed. I simply did not notice this earlier because it still compiles and merely gives a warning, which removing this call now silences.
- Loading branch information