File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,6 @@ namespace CPPUtils {
136
136
}
137
137
} // namespace CPPUtils
138
138
139
- typedef std::string (*DeepCopyFunction)(std::string, std::string, ASR::ttype_t *);
140
139
141
140
class CCPPDSUtils {
142
141
private:
@@ -151,7 +150,6 @@ class CCPPDSUtils {
151
150
std::string func_decls;
152
151
153
152
SymbolTable* global_scope;
154
- DeepCopyFunction deepcopy_function;
155
153
156
154
public:
157
155
@@ -160,10 +158,6 @@ class CCPPDSUtils {
160
158
func_decls.clear ();
161
159
}
162
160
163
- void set_deepcopy_function (DeepCopyFunction func) {
164
- deepcopy_function = func;
165
- }
166
-
167
161
void set_indentation (int indendation_level_, int indendation_space_) {
168
162
indentation_level = indendation_level_;
169
163
indentation_spaces = indendation_space_;
You can’t perform that action at this time.
0 commit comments