backout UInt8 changes.

This commit is contained in:
Dave Pugmire 2019-03-04 12:37:00 -05:00
parent d9cc794c38
commit dc21e8670b

@ -199,13 +199,6 @@ struct zfp_traits<int>
typedef int Int;
};
template <>
struct zfp_traits<char>
{
typedef unsigned char UInt;
typedef char Int;
};
template <typename T>
inline VTKM_EXEC bool is_int()
{