Skip to content

Commit

Permalink
Merge pull request tensorflow#7903 from benoitsteiner/master
Browse files Browse the repository at this point in the history
Deleted unused private field.
  • Loading branch information
benoitsteiner authored Feb 28, 2017
2 parents dc7293f + f94c54d commit 8fcb888
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tensorflow/cc/training/coordinator.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ class Coordinator {
std::vector<std::unique_ptr<RunnerInterface>> runners_
GUARDED_BY(runners_lock_);

std::atomic<int> num_runners_to_cancel_;

TF_DISALLOW_COPY_AND_ASSIGN(Coordinator);
};

Expand Down

0 comments on commit 8fcb888

Please sign in to comment.