aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/gpu/gpu_device_factory.cc
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-03-01 09:26:47 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-03-01 16:33:42 -0800
commit1fd3da09401168d2c4ed1ff68494644fcf03ba92 (patch)
treeb7b92dc60a331cff1a17d79c2adf95d6d5d78b1b /tensorflow/core/common_runtime/gpu/gpu_device_factory.cc
parentfc2abdc474cb3860c95fe6a3affd569077954f60 (diff)
Delete RequireDefaultOps() now that all references have been deleted.
Change: 116009282
Diffstat (limited to 'tensorflow/core/common_runtime/gpu/gpu_device_factory.cc')
-rw-r--r--tensorflow/core/common_runtime/gpu/gpu_device_factory.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/core/common_runtime/gpu/gpu_device_factory.cc b/tensorflow/core/common_runtime/gpu/gpu_device_factory.cc
index 58820d1c2d..d37a55784d 100644
--- a/tensorflow/core/common_runtime/gpu/gpu_device_factory.cc
+++ b/tensorflow/core/common_runtime/gpu/gpu_device_factory.cc
@@ -22,8 +22,6 @@ limitations under the License.
namespace tensorflow {
-void RequireGPUDevice() {}
-
class GPUDevice : public BaseGPUDevice {
public:
GPUDevice(const SessionOptions& options, const string& name,