Browse Source

Remove references to lmdb and xxHash sources in setup.py.

Stefano Cossu 1 year ago
parent
commit
983b385c03
1 changed files with 0 additions and 3 deletions
  1. 0 3
      setup.py

+ 0 - 3
setup.py

@@ -23,9 +23,6 @@ sources = (
     glob(f"{CODEC_DIR}/codec_*.c") +
     glob(f"{CPY_DIR}/*.c") +
     [
-        f"{EXT_DIR}/openldap/libraries/liblmdb/mdb.c",
-        f"{EXT_DIR}/openldap/libraries/liblmdb/midl.c",
-        f"{EXT_DIR}/xxHash/xxhash.c",
         f"{EXT_DIR}/hashmap/hashmap.c",
         f"{EXT_DIR}/tpl/src/tpl.c",
         f"{EXT_DIR}/log/src/log.c",