Unverified Commit 56141695 authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Remove unused variable (#3836)

parent f5b322cf
......@@ -2234,7 +2234,6 @@ namespace ngraph
template <>
void MKLDNNPrimitiveBuildPass::CONSTRUCT_PRIMITIVE_BUILD_STRING_DECL(Gelu)
{
auto gelu_node = static_cast<const ngraph::op::Gelu*>(node);
auto input_desc = mkldnn_utils::get_input_mkldnn_md(node, 0);
auto result_desc = mkldnn_utils::get_output_mkldnn_md(node, 0);
......
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