Skip to content

Commit

Permalink
Fix unused variable compilation error. (ray-project#6625)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertnishihara authored and ericl committed Dec 28, 2019
1 parent 022954a commit 92db130
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ray/core_worker/test/task_manager_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class MockActorManager : public ActorManagerInterface {
num_terminations += 1;
}

int num_publishes = 0;
int num_terminations = 0;
};

Expand Down

0 comments on commit 92db130

Please sign in to comment.