Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZyne committed Oct 23, 2024
1 parent ec87a55 commit 24da4fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ManipOp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ struct DeferredPermuteDims : public Deferred {

template <typename S> void serialize(S &ser) {
ser.template value<sizeof(_array)>(_array);
// ser.template value<sizeof(_axes)>(_axes);
}
};

Expand Down

0 comments on commit 24da4fd

Please sign in to comment.