Unverified Commit 3772c332 authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Remove unnused variable (#1014)

parent 60d39747
...@@ -579,7 +579,6 @@ using namespace ngraph::runtime; ...@@ -579,7 +579,6 @@ using namespace ngraph::runtime;
} }
if (temporaries_used) if (temporaries_used)
{ {
size_t temp_pool_size = current_function->get_temporary_pool_size();
m_memory_buffer_sizes.push_back(current_function->get_temporary_pool_size()); m_memory_buffer_sizes.push_back(current_function->get_temporary_pool_size());
} }
......
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