Skip to content

Commit f337243

Browse files
committed
[DEPS] Remove unused hopscotch-map dependency
1 parent 41570d7 commit f337243

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
path = deps/fadec
1414
url = https://github.com/aengelke/fadec.git
1515
branch = master
16-
[submodule "deps/hopscotch-map"]
17-
path = deps/hopscotch-map
18-
url = https://github.com/Tessil/hopscotch-map.git
19-
branch = master
2016
[submodule "deps/disarm"]
2117
path = deps/disarm
2218
url = https://github.com/aengelke/disarm.git

deps/hopscotch-map

Lines changed: 0 additions & 1 deletion
This file was deleted.

tpde-llvm/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ set_target_properties(tpde_llvm PROPERTIES
2222

2323
target_link_libraries(tpde_llvm PRIVATE tpde)
2424

25-
# hopscotch-map (disable warnings)
26-
target_include_directories(tpde_llvm SYSTEM PRIVATE ../deps/hopscotch-map/include)
27-
2825
# Configure LLVM
2926
set(TPDE_LINK_LLVM_STATIC FALSE CACHE BOOL "Should LLVM be linked statically?")
3027

0 commit comments

Comments
 (0)