diff -r 818c4ac5d64d -r 13d0b67de111 absyntax_utils/search_base_type.hh --- a/absyntax_utils/search_base_type.hh Fri Dec 20 11:44:38 2013 +0000 +++ b/absyntax_utils/search_base_type.hh Sun Dec 22 09:50:02 2013 +0000 @@ -53,10 +53,6 @@ private: symbol_c *current_type_name; symbol_c *current_basetype; - bool is_array; - bool is_subrange; - bool is_enumerated; - bool is_fb; static search_base_type_c *search_base_type_singleton; // Make this a singleton class! private: @@ -66,9 +62,6 @@ search_base_type_c(void); static symbol_c *get_basetype_decl (symbol_c *symbol); static symbol_c *get_basetype_id (symbol_c *symbol); - static bool type_is_subrange (symbol_c *type_decl); - static bool type_is_enumerated(symbol_c *type_decl); - static bool type_is_fb (symbol_c *type_decl); public: /*************************/