From 129cdcebb2becd1d35ff2bdccdbc8952d3b1dbc4 Mon Sep 17 00:00:00 2001 From: Anudhyan Boral Date: Mon, 18 Mar 2019 11:25:18 -0700 Subject: [PATCH] Minor change: remove unused variable. PiperOrigin-RevId: 239025367 --- tensorflow/compiler/tf2xla/kernels/cwise_ops.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow/compiler/tf2xla/kernels/cwise_ops.cc b/tensorflow/compiler/tf2xla/kernels/cwise_ops.cc index 234f7b4a019..a709a20c28b 100644 --- a/tensorflow/compiler/tf2xla/kernels/cwise_ops.cc +++ b/tensorflow/compiler/tf2xla/kernels/cwise_ops.cc @@ -48,7 +48,6 @@ void XlaBinaryOp::Compile(XlaOpKernelContext* ctx) { rhs_shape.DebugString())); return; } - TensorShape bcast_shape = BCast::ToShape(bcast.output_shape()); // Fetch the expressions containing the input tensors. auto lhs_handle = ctx->Input(0);