Commit 3b5ed8d7 authored by Adam Procter's avatar Adam Procter Committed by Scott Cyphers

Fix warning I somehow fat-fingered into the CPU emitter (#280)

parent 06bb90c7
......@@ -1486,7 +1486,6 @@ void Emitter::EmitReplaceSlice(const ngraph::Node* n,
auto arg1_tensor_view_type = dynamic_pointer_cast<const TensorViewType>(arg1_type);
assert(arg1_tensor_view_type);
auto arg1_shape = arg1_tensor_view_type->get_shape();
auto arg1_rank = arg1_shape.size();
auto& lower_bounds = replace_slice->get_lower_bounds();
auto& upper_bounds = replace_slice->get_upper_bounds();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment