aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/client/device_lib.i
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/client/device_lib.i')
-rw-r--r--tensorflow/python/client/device_lib.i1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/python/client/device_lib.i b/tensorflow/python/client/device_lib.i
index ee3230eb1f..51c04584a5 100644
--- a/tensorflow/python/client/device_lib.i
+++ b/tensorflow/python/client/device_lib.i
@@ -37,7 +37,6 @@ static std::vector<string> ListDevices(TF_Status* out_status) {
std::vector<std::unique_ptr<Device>> device_holder(devices.begin(), devices.end());
-
for (const Device* device : devices) {
const DeviceAttributes& attr = device->attributes();
string attr_serialized;