Skip to content

Commit

Permalink
remove unused type warning #15
Browse files Browse the repository at this point in the history
  • Loading branch information
timdewhirst committed Jun 8, 2022
1 parent baeaa01 commit 1abcae1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openpiv/pybind/core/vector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ template <typename T>
bool add_vector_type(py::module& m)
{
using vector_t = vector2<T>;
using point_t = point2<T>;
using value_t = typename vector_t::value_t;

py::class_<vector_t>(m, vector_trait<T>::name())
Expand Down

0 comments on commit 1abcae1

Please sign in to comment.