aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/no_op.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/ops/no_op.cc')
-rw-r--r--tensorflow/core/ops/no_op.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/core/ops/no_op.cc b/tensorflow/core/ops/no_op.cc
index 94eaec3fdf..e62353bb7f 100644
--- a/tensorflow/core/ops/no_op.cc
+++ b/tensorflow/core/ops/no_op.cc
@@ -18,8 +18,6 @@ limitations under the License.
namespace tensorflow {
-using shape_inference::InferenceContext;
-
REGISTER_OP("NoOp")
.SetShapeFn(shape_inference::NoOutputs)
.Doc("Does nothing. Only useful as a placeholder for control edges.");