Skip to content

Commit ef52672

Browse files
cmastallijorisv
authored andcommitted
[vector] Cleaned up
1 parent f5608b8 commit ef52672

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/eigenpy/std-vector.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ struct overload_base_get_item_for_std_vector
111111
static boost::python::object base_get_item_slice(
112112
boost::python::back_reference<Container&> container,
113113
boost::python::slice slice) {
114-
115-
namespace bp = boost::python;
116-
117114
bp::list out;
118115
try {
119116
auto rng = slice.get_indices(container.get().begin(), container.get().end());

0 commit comments

Comments
 (0)