Skip to content

Commit d7172ba

Browse files
committed
Remove obsolete guest error handling
- Remove guest_err.rs from hyperlight_host (replaced by new error handling) - Remove guest_err.rs from hyperlight_guest_bin (replaced by new error handling) - Update func/mod.rs to remove obsolete import Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent bf2c55e commit d7172ba

File tree

3 files changed

+0
-97
lines changed

3 files changed

+0
-97
lines changed

src/hyperlight_guest_bin/src/guest_err.rs

Lines changed: 0 additions & 45 deletions
This file was deleted.

src/hyperlight_host/src/func/guest_err.rs

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/hyperlight_host/src/func/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
/// Functionality to check for errors after a guest call
18-
pub(crate) mod guest_err;
1917
/// Definitions and functionality to enable guest-to-host function calling,
2018
/// also called "host functions"
2119
///

0 commit comments

Comments
 (0)