Skip to content

Commit

Permalink
pooling_x86_unused_opt (Tencent#2565)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncnnnnn authored Jan 7, 2021
1 parent 609f63c commit f1c19c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layer/x86/pooling_x86.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Pooling_x86::Pooling_x86()
#endif // __SSE2__
}

int Pooling_x86::create_pipeline(const Option& _opt)
int Pooling_x86::create_pipeline(const Option& /*opt*/)
{
if (adaptive_pooling)
{
Expand Down

0 comments on commit f1c19c1

Please sign in to comment.