Skip to content

Commit

Permalink
#37: remove local shadow warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nlslatt committed Mar 12, 2019
1 parent 7c17c14 commit d89a2ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/container/view_equality.h
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,6 @@ struct ViewEquality {
static bool compareData(ViewT const& v1, ViewU const& v2, EqT eq) {
using serdes::TraverseRecursive;

using DataType = typename serdes::ViewGetType<ViewT>::DataType;
using CountDimType = serdes::CountDims<ViewT>;
using BaseType = typename CountDimType::BaseT;
using TupleType = std::tuple<ViewT,ViewT>;

constexpr auto dims = CountDimType::dynamic;
Expand Down

0 comments on commit d89a2ee

Please sign in to comment.