Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Jan 3, 2024
1 parent 5432872 commit 0d50b49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/layer/convolution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ int Convolution::load_model(const ModelBin& mb)

weight_data = weight_data_int8.reshape(weight_data_size);
}
#else
(void)(opt);
#endif // NCNN_INT8

return 0;
Expand Down

0 comments on commit 0d50b49

Please sign in to comment.