Remove unused base type variant.

This commit is contained in:
Danila Fedorin 2018-04-17 12:55:41 -07:00
parent be670a659f
commit ade89ebf79
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@
* types of the basetype parameters.
*/
enum libab_basetype_variant_e {
BT_EMPTY,
BT_NAME,
BT_LIST
};