Stop providing the VTKM_OVERRIDE define.

This define should not be used as VTK-m requires C++11 and prefers the
override keyword.
This commit is contained in:
Robert Maynard 2017-11-06 14:46:32 -05:00
parent 280ea84990
commit eafd5cc075

@ -89,8 +89,6 @@
#define VTKM_NOEXCEPT noexcept
#endif
#define VTKM_OVERRIDE override
// Clang will warn about weak vtables (-Wweak-vtables) on exception classes,
// but there's no good way to eliminate them in this case because MSVC (See
// http://stackoverflow.com/questions/24511376). These macros will silence the