Skip to content

Commit 750e2f3

Browse files
committed
Remove useless method declaration
"preprocessing" is not actually defined.
1 parent 101d2df commit 750e2f3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

jbmc/src/jdiff/jdiff_parse_options.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ class jdiff_parse_optionst : public parse_options_baset, public jdiff_languagest
6767
goto_modelt &goto_model);
6868

6969
bool process_goto_program(const optionst &options, goto_modelt &goto_model);
70-
71-
void preprocessing();
7270
};
7371

7472
#endif // CPROVER_JDIFF_JDIFF_PARSE_OPTIONS_H

src/goto-diff/goto_diff_parse_options.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ class goto_diff_parse_optionst:
6767
goto_modelt &goto_model);
6868

6969
bool process_goto_program(const optionst &options, goto_modelt &goto_model);
70-
71-
void preprocessing();
7270
};
7371

7472
#endif // CPROVER_GOTO_DIFF_GOTO_DIFF_PARSE_OPTIONS_H

0 commit comments

Comments
 (0)