Skip to content

Commit

Permalink
Don't capture State, it's passed.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Feb 4, 2018
1 parent c8bb677 commit 896ce68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine/shared_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ namespace rubinius {
gc_metrics_->start_reporting(state);
memory_metrics_->start_reporting(state);

thread_nexus()->each_thread(state, [state](STATE, VM* vm) {
thread_nexus()->each_thread(state, [](STATE, VM* vm) {
vm->metrics()->start_reporting(state);
});
}
Expand Down

0 comments on commit 896ce68

Please sign in to comment.