aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/stream.cc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-12-15 10:52:15 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-12-15 10:56:03 -0800
commite355290854e0c9dedd878741cfb2740a72059a27 (patch)
tree1fd0ca99be0299dfb59456ed2905e089cd3e0106 /tensorflow/stream_executor/stream.cc
parent224cf1c94edbf484aaaf3986312331d3ce6787b8 (diff)
Remove Stream::BlockHostUntilDoneWithStatus; all callers use BlockHostUntilDone.
PiperOrigin-RevId: 179213341
Diffstat (limited to 'tensorflow/stream_executor/stream.cc')
-rw-r--r--tensorflow/stream_executor/stream.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/tensorflow/stream_executor/stream.cc b/tensorflow/stream_executor/stream.cc
index 0512f4c79a..e92ed14779 100644
--- a/tensorflow/stream_executor/stream.cc
+++ b/tensorflow/stream_executor/stream.cc
@@ -5086,9 +5086,5 @@ port::Status Stream::BlockHostUntilDone() {
return first_error;
}
-port::Status Stream::BlockHostUntilDoneWithStatus() {
- return BlockHostUntilDone();
-}
-
} // namespace gputools
} // namespace perftools