Commit efe8f72
committed
chore: Remove unused VsockError::BufDescMissing
With the vsock code no longer asserting that every vsock packet has two
packets, this error variant was no longer constructed. It's only use was
in a unittest elsewhere, that tested that a vsock error was properly
propagated (however, this test does not require this specific error, so
we can reuse a different variant as the dummy value).
Signed-off-by: Patrick Roy <[email protected]>1 parent 0cad07e commit efe8f72
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | 113 | | |
116 | 114 | | |
117 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1012 | 1012 | | |
1013 | 1013 | | |
1014 | 1014 | | |
1015 | | - | |
| 1015 | + | |
1016 | 1016 | | |
1017 | 1017 | | |
1018 | 1018 | | |
| |||
1471 | 1471 | | |
1472 | 1472 | | |
1473 | 1473 | | |
1474 | | - | |
| 1474 | + | |
1475 | 1475 | | |
1476 | 1476 | | |
1477 | 1477 | | |
| |||
0 commit comments