diff options
author | Carl Dong <contact@carldong.me> | 2022-03-15 21:52:29 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2022-04-11 16:56:34 -0400 |
commit | 64caf944797bc35c3044fe5675389656f9511a41 (patch) | |
tree | fbeed237957a82107fc9349ec72eba7875f04934 /src/Makefile.crc32c.include | |
parent | 1392e8e2d8cfe4115f0a152aca16ffe3f0f4573a (diff) |
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.
Diffstat (limited to 'src/Makefile.crc32c.include')
-rw-r--r-- | src/Makefile.crc32c.include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.crc32c.include b/src/Makefile.crc32c.include index 3cbe71792c..67604cf08a 100644 --- a/src/Makefile.crc32c.include +++ b/src/Makefile.crc32c.include @@ -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) |