Skip to content

Commit ab9ed33

Browse files
committed
core: fix duplicates
1 parent 2230112 commit ab9ed33

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/eigenpy/user-type.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@ struct SpecialMethods<T, NPY_USERDEF> {
164164
return -1;
165165
}
166166

167-
const T& src = extract_src_obj();
168-
const T& src = extract_src_obj();
169-
T& dest = *static_cast<T*>(dest_ptr);
170167
const T& src = extract_src_obj();
171168
T& dest = *static_cast<T*>(dest_ptr);
172169
dest = src;

0 commit comments

Comments
 (0)