diff --git a/include/cyclone/types.h b/include/cyclone/types.h index d5ea1083..d05b63fa 100644 --- a/include/cyclone/types.h +++ b/include/cyclone/types.h @@ -318,7 +318,6 @@ typedef union { primitive_type primitive_t; integer_type integer_t; double_type double_t; - string_type string_t; } common_type;