-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The response portion of the VMCResp structure is never actually set or used. So instead, it only ever wraps an error, or not. This is much more complicated than simply returning an error and makes tests and readability of the code much worse. This CR simply removes the VMCResp structure in favor of returning an error. Change-Id: I12db8441492eb8ad5bf4b52e2eea5f6bbd0ed4fd Signed-off-by: Jason Yellick <[email protected]>
- Loading branch information
Jason Yellick
committed
May 10, 2018
1 parent
1a78254
commit c5fc9a9
Showing
6 changed files
with
59 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.