mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Remove unnecessary stack overflow handler stub for sgx.
This commit is contained in:
parent
1c1bd957d5
commit
53aa5a1113
@ -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…
Reference in New Issue
Block a user