Commit adc0eba
committed
Avoid unnecessary copies in add_java_array_types.cpp
Without the & we’re copying the items we’re iterating over, which is unnecessary
in this case.1 parent 847211c commit adc0eba
File tree
1 file changed
+2
-2
lines changed- jbmc/unit/java_bytecode/java_bytecode_convert_class
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments