aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/host
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-05-30 08:51:32 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-30 08:55:03 -0700
commit49476a62cb06bab2ff78e8295707016c6a12d728 (patch)
treee21d94fb8db26718f5df1e16c503a2180712c592 /tensorflow/stream_executor/host
parentd83074847ebfe8871188f1f9f1e84ab0451f59e6 (diff)
Remove unused namespace aliases
PiperOrigin-RevId: 157468609
Diffstat (limited to 'tensorflow/stream_executor/host')
-rw-r--r--tensorflow/stream_executor/host/host_gpu_executor.cc2
-rw-r--r--tensorflow/stream_executor/host/host_timer.cc2
2 files changed, 0 insertions, 4 deletions
diff --git a/tensorflow/stream_executor/host/host_gpu_executor.cc b/tensorflow/stream_executor/host/host_gpu_executor.cc
index 8dea3c4731..0af2c8cc3d 100644
--- a/tensorflow/stream_executor/host/host_gpu_executor.cc
+++ b/tensorflow/stream_executor/host/host_gpu_executor.cc
@@ -26,8 +26,6 @@ limitations under the License.
#include "tensorflow/stream_executor/lib/statusor.h"
#include "tensorflow/stream_executor/plugin_registry.h"
-namespace gpu = ::perftools::gputools;
-
bool FLAGS_stream_executor_cpu_real_clock_rate = false;
namespace perftools {
diff --git a/tensorflow/stream_executor/host/host_timer.cc b/tensorflow/stream_executor/host/host_timer.cc
index 187db9f0c2..d84d825c92 100644
--- a/tensorflow/stream_executor/host/host_timer.cc
+++ b/tensorflow/stream_executor/host/host_timer.cc
@@ -19,8 +19,6 @@ limitations under the License.
#include "tensorflow/stream_executor/stream.h"
#include "tensorflow/stream_executor/stream_executor_internal.h"
-namespace gpu = ::perftools::gputools;
-
namespace perftools {
namespace gputools {
namespace host {