Skip to content

Commit

Permalink
delete unused variables (#3965)
Browse files Browse the repository at this point in the history
  • Loading branch information
moozae committed Jun 28, 2022
1 parent f597619 commit 94ec06a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/pnnx/src/ir.cpp
Expand Up @@ -2375,7 +2375,6 @@ int Graph::ncnn(const std::string& parampath, const std::string& binpath, const
}
}

bool is_type_flag_fp32 = false;
for (const auto& it : op->attrs)
{
// fprintf(paramfp, " @%s=", it.first.c_str());
Expand Down

0 comments on commit 94ec06a

Please sign in to comment.