Remove unused variable.

This commit is contained in:
Nick Thompson 2021-04-10 09:11:27 -04:00
parent cb83b81793
commit e7c075b5c4

@ -551,7 +551,7 @@ private:
"or the width of vtkm::Id is not large enough to express all "
"array sizes.");
}
catch (vtkm::cont::ErrorBadAllocation& error)
catch (vtkm::cont::ErrorBadAllocation&)
{
caught_expected = true;
}