Commit a24a322d authored by Paul's avatar Paul
Browse files

Remove unused variable

parent 07fb11db
......@@ -129,10 +129,8 @@ void memory_coloring_impl::build()
{
is_dead = true;
}
int cnt = -1;
for(auto&& arg : iter->inputs())
{
cnt++;
if(is_param(arg) || is_outline(arg))
{
if(is_output_param(arg))
......
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