-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete unnecessary stub stack overflow handler for cloudabi.
- Loading branch information
Vytautas Astrauskas
committed
Apr 3, 2020
1 parent
d637d6e
commit d512b22
Showing
2 changed files
with
1 addition
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,5 @@ | ||
#![cfg_attr(test, allow(dead_code))] | ||
|
||
pub struct Handler; | ||
|
||
impl Handler { | ||
pub unsafe fn new() -> Handler { | ||
Handler | ||
} | ||
} | ||
|
||
pub unsafe fn init() {} | ||
|
||
pub unsafe fn cleanup() {} |
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