Skip to content

Commit

Permalink
fix compile warnings for unused parameter (#4131)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisonooo committed Aug 11, 2022
1 parent 0b3d157 commit acbaaa6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layer/x86/deconvolution_x86.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ int Deconvolution_x86::forward(const Mat& bottom_blob, Mat& top_blob, const Opti

int w = bottom_blob.w;
int h = bottom_blob.h;
int channels = bottom_blob.c;
size_t elemsize = bottom_blob.elemsize;
int elempack = bottom_blob.elempack;

Expand Down

0 comments on commit acbaaa6

Please sign in to comment.