Delete class elements that are not used (clean up code).
--- a/stage3/array_range_check.hh Fri Sep 28 23:59:28 2012 +0200
+++ b/stage3/array_range_check.hh Wed Oct 03 17:44:25 2012 +0100
@@ -41,8 +41,6 @@
private:
search_varfb_instance_type_c *search_varfb_instance_type;
- // search_var_instance_decl_c *search_var_instance_decl;
- search_base_type_c search_base_type;
int error_count;
int current_display_error_level;
--- a/stage3/constant_folding.hh Fri Sep 28 23:59:28 2012 +0200
+++ b/stage3/constant_folding.hh Wed Oct 03 17:44:25 2012 +0100
@@ -47,7 +47,6 @@
class constant_folding_c : public iterator_visitor_c {
private:
search_varfb_instance_type_c *search_varfb_instance_type;
- search_base_type_c search_base_type;
int error_count;
bool warning_found;
int current_display_error_level;