File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ unified_difft::get_diff(const irep_idt &function) const
5454unified_difft::goto_program_difft unified_difft::get_diff (
5555 const goto_programt &old_goto_program,
5656 const goto_programt &new_goto_program,
57- const differencest &differences) const
57+ const differencest &differences)
5858{
5959 goto_programt::instructionst::const_iterator old_it =
6060 old_goto_program.instructions .begin ();
@@ -148,7 +148,7 @@ void unified_difft::lcss(
148148 const irep_idt &identifier,
149149 const goto_programt &old_goto_program,
150150 const goto_programt &new_goto_program,
151- differencest &differences) const
151+ differencest &differences)
152152{
153153 std::size_t old_count = old_goto_program.instructions .size ();
154154 std::size_t new_count = new_goto_program.instructions .size ();
Original file line number Diff line number Diff line change @@ -61,16 +61,16 @@ class unified_difft
6161 const goto_programt &old_goto_program,
6262 const goto_programt &new_goto_program);
6363
64- void lcss (
64+ static void lcss (
6565 const irep_idt &identifier,
6666 const goto_programt &old_goto_program,
6767 const goto_programt &new_goto_program,
68- differencest &differences) const ;
68+ differencest &differences);
6969
70- goto_program_difft get_diff (
70+ static goto_program_difft get_diff (
7171 const goto_programt &old_goto_program,
7272 const goto_programt &new_goto_program,
73- const differencest &differences) const ;
73+ const differencest &differences);
7474
7575 void output_diff (
7676 const irep_idt &identifier,
You can’t perform that action at this time.
0 commit comments