Remove strings from common_type

This commit is contained in:
Justin Ethier 2015-10-09 22:11:30 -04:00
parent 4f74b0c3f7
commit e6b538f594

View file

@ -318,7 +318,6 @@ typedef union {
primitive_type primitive_t;
integer_type integer_t;
double_type double_t;
string_type string_t;
} common_type;