remove comment line
This commit is contained in:
parent
275db2fd11
commit
541d96f558
|
@ -250,8 +250,6 @@ impl<'a> CodeGenerator<'a> {
|
||||||
panic!("Dangling expressions without an assignment")
|
panic!("Dangling expressions without an assignment")
|
||||||
};
|
};
|
||||||
|
|
||||||
// let replaced_type = convert_opaque_type(tipo, &self.data_types, true);
|
|
||||||
|
|
||||||
let air_value = self.build(value, module_build_name, &[]);
|
let air_value = self.build(value, module_build_name, &[]);
|
||||||
|
|
||||||
let msg_func = match self.tracing {
|
let msg_func = match self.tracing {
|
||||||
|
|
Loading…
Reference in New Issue