Skip to content

Commit 7bcb32e

Browse files
committed
remove unnecessary dependency
1 parent 9908ed8 commit 7bcb32e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ target_link_libraries(operon_operon PUBLIC
250250
pratt-parser::pratt-parser # required by infix parser
251251
std::mdspan
252252
vstat::vstat
253-
gch::small_vector
254253
)
255254

256255
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)