aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/lib
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-01-27 11:02:55 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-01-27 11:26:25 -0800
commit41cb1b2b5dea84e8e14ff9d191aff27f036760c3 (patch)
treebe53fcad8fd4eb21637c4916965c8681c7d390d9 /tensorflow/stream_executor/lib
parent4cc87069afef7444a97c38e76a21ae1398bfc988 (diff)
Remove "using StringPiece" from StreamExecutor lib/path.cc
This "using" statement is not necessary and can cause build failures in some configurations. Change: 145813965
Diffstat (limited to 'tensorflow/stream_executor/lib')
-rw-r--r--tensorflow/stream_executor/lib/path.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/stream_executor/lib/path.cc b/tensorflow/stream_executor/lib/path.cc
index 0188707d9f..139b5bb5f5 100644
--- a/tensorflow/stream_executor/lib/path.cc
+++ b/tensorflow/stream_executor/lib/path.cc
@@ -16,7 +16,6 @@ limitations under the License.
#include "tensorflow/stream_executor/lib/path.h"
#include "tensorflow/stream_executor/lib/strcat.h"
-using ::perftools::gputools::port::StringPiece;
using ::perftools::gputools::port::StrAppend;
namespace perftools {