diff --git a/vtkm/cont/Algorithm.h b/vtkm/cont/Algorithm.h index e37ad6497..da06eff0e 100644 --- a/vtkm/cont/Algorithm.h +++ b/vtkm/cont/Algorithm.h @@ -123,8 +123,6 @@ struct CountSetBitsFunctor struct FillFunctor { - vtkm::Id PopCount{ 0 }; - template VTKM_CONT bool operator()(Device, Args&&... args) {