build: Remove vestigial LIBLEVELDB_SSE42

- LIBLEVELDB_SSE42_INT was defined, but never referenced anywhere
- LIBLEVELDB_SSE42 is referenced, but never defined anywhere

Apparently leveldb used to have platform-specific crc32 code before it
got split off into a separate lib.
This commit is contained in:
Carl Dong
2022-03-15 21:52:29 -04:00
parent 1392e8e2d8
commit 64caf94479
6 changed files with 3 additions and 8 deletions

View File

@@ -3,7 +3,6 @@
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
LIBCRC32C_INT = crc32c/libcrc32c.a
LIBLEVELDB_SSE42_INT = leveldb/libleveldb_sse42.a
EXTRA_LIBRARIES += $(LIBCRC32C_INT)