Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Jan 4, 2024
1 parent 4637fb0 commit 90a4ec4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1828,8 +1828,6 @@ int Net::load_param_bin(const DataReader& dr)
return -1;
}

layer_cpu->type = layer->type;
layer_cpu->name = layer->name;
layer_cpu->bottoms = layer->bottoms;
layer_cpu->tops = layer->tops;
layer_cpu->bottom_shapes = layer->bottom_shapes;
Expand Down

0 comments on commit 90a4ec4

Please sign in to comment.