Remove unnecessary stack overflow handler stub for sgx.

This commit is contained in:
Vytautas Astrauskas 2020-04-02 16:29:09 -07:00
parent 1c1bd957d5
commit 53aa5a1113

View File

@ -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() {}