Skip to content

Commit b80877c

Browse files
authored
Remove deprecated const. (#217)
The constant `COORDINATOR_ONLY_STW` is deprecated and has no effect.
1 parent 47a85ed commit b80877c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mmtk/src/collection.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ const GC_THREAD_KIND_CONTROLLER: libc::c_int = 0;
3232
const GC_THREAD_KIND_WORKER: libc::c_int = 1;
3333

3434
impl Collection<OpenJDK> for VMCollection {
35-
/// With the presence of the "VM companion thread",
36-
/// the OpenJDK binding allows any MMTk GC thread to stop/start the world.
37-
const COORDINATOR_ONLY_STW: bool = false;
38-
3935
fn stop_all_mutators<F>(tls: VMWorkerThread, mut mutator_visitor: F)
4036
where
4137
F: FnMut(&'static mut Mutator<OpenJDK>),

0 commit comments

Comments
 (0)