Commit c5d5df6
committed
Merge rust-bitcoin#5138: fuzz: fix shell script bugs and remove dead code
b0b7c07 fuzz: fix shell script bugs and remove dead code (Klaklax)
Pull request description:
Fixes two shell script issues in fuzz utilities:
1. Remove unused function `targetFileToHFuzzInputArg()` with undefined variable `$FILE`
2. Fix syntax error: remove extra quote in `HFUZZ_INPUT_ARGS` assignment
Added in 2023 as a stub but never used due to the $FILE bug. Logic was implemented inline instead, leaving this as forgotten dead code.
ACKs for top commit:
tcharding:
ACK b0b7c07
apoelstra:
ACK b0b7c07; successfully ran local tests; thanks for finding this!
Tree-SHA512: ebbea05b6a6a8236b8bca396748b4cf668f6a4b3677db7091d28a1d3185a106cb8995ae50e2ea6abc8799b57cd1ebc33403a3ce48cef640c0dc176836b26a25b2 files changed
+1
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 23 | | |
32 | 24 | | |
33 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments