Skip to content

Commit

Permalink
Merge pull request redpanda-data#13481 from rockwotj/remove-work-queue
Browse files Browse the repository at this point in the history
wasm: remove work queue
  • Loading branch information
dotnwat authored Sep 17, 2023
2 parents 18e61d6 + 18ac27f commit 027043e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 190 deletions.
1 change: 0 additions & 1 deletion src/v/wasm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ v_cc_library(
transform_module.cc
wasi.cc
wasmtime.cc
work_queue.cc
DEPS
wasmtime
v::storage
Expand Down
12 changes: 0 additions & 12 deletions src/v/wasm/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,6 @@ rp_test(
LABELS wasm
)

rp_test(
UNIT_TEST
GTEST
BINARY_NAME work_queue_test
SOURCES
work_queue_test.cc
LIBRARIES
v::gtest_main
v::wasm
LABELS wasm
)

rp_test(
UNIT_TEST
GTEST
Expand Down
59 changes: 0 additions & 59 deletions src/v/wasm/tests/work_queue_test.cc

This file was deleted.

51 changes: 0 additions & 51 deletions src/v/wasm/work_queue.cc

This file was deleted.

67 changes: 0 additions & 67 deletions src/v/wasm/work_queue.h

This file was deleted.

0 comments on commit 027043e

Please sign in to comment.