Commit 6a50d76
committed
nshlib/nsh_parse: Removing unnecessary value assigning about redirection
Coverity Log
CID 1612757: (apache#1 of 1): UNUSED_VALUE
assigned_value: The value -1 is assigned to param.fd_in here, but the stored value is overwritten before it can be used.
Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>1 parent ade300b commit 6a50d76
1 file changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2739 | 2739 | | |
2740 | 2740 | | |
2741 | 2741 | | |
2742 | | - | |
2743 | 2742 | | |
2744 | 2743 | | |
2745 | 2744 | | |
2746 | | - | |
2747 | | - | |
2748 | | - | |
2749 | | - | |
2750 | | - | |
2751 | | - | |
| 2745 | + | |
| 2746 | + | |
| 2747 | + | |
2752 | 2748 | | |
2753 | 2749 | | |
2754 | 2750 | | |
| |||
0 commit comments