Commit d3f1d87
committed
Remove unused variable warning in RISC-V codegen
This removes unused 'func_t *func' declaration in code_generate function
that was causing compiler warnings. The variable is not needed as 'func'
is only used in emit_ph2_ir() where it has its own local declaration.1 parent bd0947a commit d3f1d87
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
449 | | - | |
450 | 449 | | |
451 | 450 | | |
452 | 451 | | |
| |||
0 commit comments