Skip to content

Commit

Permalink
core: fix duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Jan 9, 2025
1 parent 2230112 commit ab9ed33
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/eigenpy/user-type.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ struct SpecialMethods<T, NPY_USERDEF> {
return -1;
}

const T& src = extract_src_obj();
const T& src = extract_src_obj();
T& dest = *static_cast<T*>(dest_ptr);
const T& src = extract_src_obj();
T& dest = *static_cast<T*>(dest_ptr);
dest = src;
Expand Down

0 comments on commit ab9ed33

Please sign in to comment.