"src/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "bc7db1044a246ab68ece004eeac47efc0fa383f0"
Commit a24a322d authored by Paul's avatar Paul
Browse files

Remove unused variable

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