Skip to content

Commit

Permalink
Remove rq_access_eval
Browse files Browse the repository at this point in the history
Signed-off-by: Klimenty Tsoutsman <klim@tsoutsman.com>
  • Loading branch information
tsoutsman committed Sep 8, 2023
1 parent 4968af4 commit 5a5ce94
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 106 deletions.
12 changes: 0 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions applications/rq_access_eval/Cargo.toml

This file was deleted.

79 changes: 0 additions & 79 deletions applications/rq_access_eval/src/lib.rs

This file was deleted.

2 changes: 0 additions & 2 deletions theseus_features/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ tls_test = { path = "../applications/tls_test", optional = true }
bm = { path = "../applications/bm", optional = true }
channel_eval = { path = "../applications/channel_eval", optional = true }
heap_eval = { path = "../applications/heap_eval", optional = true }
rq_access_eval = { path = "../applications/rq_access_eval", optional = true }
rq_eval = { path = "../applications/rq_eval", optional = true }
scheduler_eval = { path = "../applications/scheduler_eval", optional = true }

Expand Down Expand Up @@ -136,7 +135,6 @@ theseus_benchmarks = [
"bm",
"channel_eval",
"heap_eval",
"rq_access_eval",
"rq_eval",
"scheduler_eval",
]
Expand Down

0 comments on commit 5a5ce94

Please sign in to comment.