Commit a5d8d37
committed
Remove redundant return value check in info_to_argv
Removed the check for the return value of the second split_strings_to_array call in the info_to_argv implementation.
This value will always match the element count obtained from the first call, so the check is unnecessary.1 parent a292fe0 commit a5d8d37
1 file changed
+1
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 51 | + | |
58 | 52 | | |
59 | 53 | | |
60 | 54 | | |
| |||
0 commit comments