From e6b538f5943831db2f7cc7cc08785195675ec970 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 9 Oct 2015 22:11:30 -0400 Subject: [PATCH] Remove strings from common_type --- include/cyclone/types.h | 1 - 1 file changed, 1 deletion(-) 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;