Delete class elements that are not used (clean up code).
authorMario de Sousa <msousa@fe.up.pt>
Wed, 03 Oct 2012 17:44:25 +0100
changeset 664 199a9f84e64c
parent 663 6ad7de83d22c
child 665 50fca2d3abd9
Delete class elements that are not used (clean up code).
stage3/array_range_check.hh
stage3/constant_folding.hh
--- 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;