mirror of
https://github.com/mozilla-firefox/firefox
synced 2026-08-10 11:48:50 +00:00
raw_api.c compiles to an empty translation unit because the build defines FFI_NO_RAW_API, and the ffi_java_raw_* symbols from java_raw_api.c are unreferenced by ctypes, the library's only consumer. Drop both from SOURCES. Differential Revision: https://phabricator.services.mozilla.com/D315473