Commit 3dd1f33
committed
bubblewrap: Fix deadcode.DeadStores warnings from analyze-build
There were two duplicate assignment blocks without any
intervening reads:
ns_uid = opt_sandbox_uid;
ns_gid = opt_sandbox_gid;
...
ns_uid = opt_sandbox_uid;
ns_gid = opt_sandbox_gid;
Signed-off-by: correctmost <cmlists@sent.com>1 parent 2f55bae commit 3dd1f33
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2823 | 2823 | | |
2824 | 2824 | | |
2825 | 2825 | | |
2826 | | - | |
2827 | | - | |
2828 | | - | |
2829 | 2826 | | |
2830 | 2827 | | |
2831 | 2828 | | |
| |||
0 commit comments