Remove unused member variable in Algorithm functor.

This commit is contained in:
Allison Vacanti 2019-09-05 18:40:02 -04:00
parent ff4f4c8f6b
commit abdd458b8f

@ -123,8 +123,6 @@ struct CountSetBitsFunctor
struct FillFunctor
{
vtkm::Id PopCount{ 0 };
template <typename Device, typename... Args>
VTKM_CONT bool operator()(Device, Args&&... args)
{