Remove unnecessary stack overflow handler stub for sgx.
This commit is contained in:
parent
1c1bd957d5
commit
53aa5a1113
1 changed files with 0 additions and 8 deletions
|
@ -1,11 +1,3 @@
|
|||
pub struct Handler;
|
||||
|
||||
impl Handler {
|
||||
pub unsafe fn new() -> Handler {
|
||||
Handler
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg_attr(test, allow(dead_code))]
|
||||
pub unsafe fn init() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue