Skip to content

Commit 13c2658

Browse files
authored
Merge pull request #1425 from spacejam/tyler_simplify_before_rewrite
Remove crossbeam from example
2 parents a26a908 + f0e46f2 commit 13c2658

File tree

3 files changed

+0
-100
lines changed

3 files changed

+0
-100
lines changed

experiments/epoch/Cargo.lock

Lines changed: 0 additions & 92 deletions
This file was deleted.

experiments/epoch/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@ edition = "2018"
66

77
[profile.release]
88
debug = true
9-
10-
[dependencies]
11-
crossbeam-epoch = "0.8.0"

experiments/epoch/src/main.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,6 @@ fn main() {
201201
guard.defer(move || {
202202
S(t as usize);
203203
});
204-
205-
let guard = crossbeam_epoch::pin();
206-
guard.defer(move || {
207-
S(t as usize);
208-
});
209204
}
210205
});
211206

0 commit comments

Comments
 (0)