Remove TYPE_COUNTER

This causes some test changes because of the use of Type::Describe in the fnv1a32
BIF method called by hash_hrw::get_site. Since the enum values change with removal
of TYPE_COUNTER, the output from Type::Describe changes slightly.
This commit is contained in:
Tim Wojtulewicz 2021-01-22 14:23:58 -07:00
parent 0618be792f
commit b819c9d18c
7 changed files with 28 additions and 30 deletions

View file

@ -34,7 +34,6 @@ const char* type_name(TypeTag t)
"bool", // 1
"int", // 2
"count", // 3
"counter", // 4
"double", // 5
"time", // 6
"interval", // 7