File tree 2 files changed +0
-20
lines changed
2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,6 @@ class expr2cppt:public expr2ct
26
26
public:
27
27
explicit expr2cppt (const namespacet &_ns):expr2ct(_ns) { }
28
28
29
- std::string convert (const exprt &src) override
30
- {
31
- return expr2ct::convert (src);
32
- }
33
-
34
- std::string convert (const typet &src) override
35
- {
36
- return expr2ct::convert (src);
37
- }
38
-
39
29
protected:
40
30
std::string convert_with_precedence (
41
31
const exprt &src, unsigned &precedence) override ;
Original file line number Diff line number Diff line change @@ -15,16 +15,6 @@ class expr2jsilt:public expr2ct
15
15
public:
16
16
explicit expr2jsilt (const namespacet &_ns):expr2ct(_ns) { }
17
17
18
- virtual std::string convert (const exprt &src)
19
- {
20
- return expr2ct::convert (src);
21
- }
22
-
23
- virtual std::string convert (const typet &src)
24
- {
25
- return expr2ct::convert (src);
26
- }
27
-
28
18
protected:
29
19
};
30
20
You can’t perform that action at this time.
0 commit comments