Remove IteratorType from ArrayHandlePermutation.

This commit is contained in:
Robert Maynard 2015-07-14 10:11:27 -04:00
parent e74ded809a
commit 5ec088e916

@ -36,7 +36,6 @@ class ArrayPortalPermutationExec
{
public:
typedef typename ValuePortalType::ValueType ValueType;
typedef ValueType IteratorType;
VTKM_EXEC_CONT_EXPORT
ArrayPortalPermutationExec( )
@ -102,7 +101,6 @@ class ArrayPortalPermutationCont
{
public:
typedef typename ValuePortalType::ValueType ValueType;
typedef ValueType IteratorType;
VTKM_CONT_EXPORT
ArrayPortalPermutationCont( )