clang-tidy: fix readability-redundant-access-specifiers lints

This commit is contained in:
Ben Boeckel 2023-05-05 12:07:38 -04:00
parent 219f44c250
commit 6c00a87554
4 changed files with 0 additions and 5 deletions

@ -86,7 +86,6 @@ public:
void PrintSummary(std::ostream& out) const;
public:
ExecObjType PrepareForExecution(vtkm::cont::DeviceAdapterId device,
vtkm::cont::Token& token) const;

@ -78,7 +78,6 @@ public:
}
};
public:
template <typename CellSetPermutationType>
static VTKM_CONT vtkm::cont::ArrayHandle<vtkm::IdComponent> GetNumIndicesArray(
const CellSetPermutationType& cs,
@ -465,7 +464,6 @@ public:
return this->FullCellSet.GetNumberOfPoints();
}
public:
template <typename VisitTopology, typename IncidentTopology>
using ExecConnectivityType = typename internal::CellSetPermutationConnectivityChooser<
VisitTopology,

@ -1011,7 +1011,6 @@ public:
//--------------------------------------------------------------------------
// Sort by Key
public:
template <typename T, typename U, class StorageT, class StorageU>
VTKM_CONT static void SortByKey(vtkm::cont::ArrayHandle<T, StorageT>& keys,
vtkm::cont::ArrayHandle<U, StorageU>& values)

@ -446,7 +446,6 @@ private:
}
}
private:
/// Reorder the value array along with the sorting algorithm
template <typename T, typename U, class StorageT, class StorageU, class BinaryCompare>
VTKM_CONT static void SortByKeyDirect(vtkm::cont::ArrayHandle<T, StorageT>& keys,