File tree Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -27,30 +27,6 @@ void link_to_library(
27
27
const std::function<
28
28
void (const std::set<irep_idt> &, symbol_tablet &, message_handlert &)>
29
29
&library)
30
- {
31
- link_to_library (
32
- goto_model.symbol_table ,
33
- goto_model.goto_functions ,
34
- message_handler,
35
- library);
36
- }
37
-
38
- // / Complete missing function definitions using the \p library.
39
- // / \param symbol_table: symbol table that may contain symbols with missing
40
- // / function bodies
41
- // / \param goto_functions: goto functions that may contain function calls with
42
- // / missing function bodies
43
- // / \param message_handler: message handler to report library processing
44
- // / problems
45
- // / \param library: generator function that produces function definitions for a
46
- // / given set of symbol names that have no body.
47
- void link_to_library (
48
- symbol_tablet &symbol_table,
49
- goto_functionst &goto_functions,
50
- message_handlert &message_handler,
51
- const std::function<
52
- void (const std::set<irep_idt> &, symbol_tablet &, message_handlert &)>
53
- &library)
54
30
{
55
31
// this needs a fixedpoint, as library functions
56
32
// may depend on other library functions
Original file line number Diff line number Diff line change 17
17
18
18
#include < util/irep.h>
19
19
20
- class goto_functionst ;
21
20
class goto_modelt ;
22
21
class message_handlert ;
23
22
class symbol_tablet ;
24
23
25
- void link_to_library (
26
- symbol_tablet &,
27
- goto_functionst &,
28
- message_handlert &,
29
- const std::function<
30
- void (const std::set<irep_idt> &, symbol_tablet &, message_handlert &)> &);
31
-
32
24
void link_to_library (
33
25
goto_modelt &,
34
26
message_handlert &,
You can’t perform that action at this time.
0 commit comments