File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ class unified_difft
53
53
const irep_idt &function,
54
54
goto_program_difft &dest) const ;
55
55
56
- protected:
57
56
const goto_functionst &old_goto_functions;
58
57
const namespacet ns_old;
59
58
const goto_functionst &new_goto_functions;
@@ -62,8 +61,6 @@ class unified_difft
62
61
typedef std::vector<differencet> differencest;
63
62
typedef std::map<irep_idt, differencest> differences_mapt;
64
63
65
- differences_mapt differences_map_;
66
-
67
64
void unified_diff (
68
65
const irep_idt &identifier,
69
66
const goto_programt &old_goto_program,
@@ -105,6 +102,9 @@ class unified_difft
105
102
*ins2.get_target (),
106
103
false ));
107
104
}
105
+
106
+ private:
107
+ differences_mapt differences_map_;
108
108
};
109
109
110
110
#endif // CPROVER_GOTO_DIFF_UNIFIED_DIFF_H
You can’t perform that action at this time.
0 commit comments