Skip to content

Commit 4da2fa6

Browse files
committed
remove unnecessary dependency
1 parent 9908ed8 commit 4da2fa6

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ find_package(mdspan REQUIRED)
9797
find_package(Microsoft.GSL CONFIG REQUIRED)
9898
find_package(outcome REQUIRED)
9999
find_package(pratt-parser REQUIRED)
100-
find_package(small_vector REQUIRED)
101100
find_package(span-lite REQUIRED)
102101
find_package(Taskflow REQUIRED)
103102
find_package(Threads REQUIRED)
@@ -250,7 +249,6 @@ target_link_libraries(operon_operon PUBLIC
250249
pratt-parser::pratt-parser # required by infix parser
251250
std::mdspan
252251
vstat::vstat
253-
gch::small_vector
254252
)
255253

256254
target_link_libraries(operon_operon PRIVATE

include/operon/core/types.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include <ankerl/unordered_dense.h>
88
#include <cstdint>
99
#include <fluky/fluky.hpp>
10-
#include <gch/small_vector.hpp>
1110
#include <span>
1211
#include <utility>
1312

operon.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ stdenv.mkDerivation rec {
3232
fast-float
3333
fluky
3434
fmt_11
35-
gch-small-vector
3635
icu
3736
jemalloc
3837
lbfgs

0 commit comments

Comments
 (0)