Skip to content

Commit

Permalink
Remove unnecessary stack overflow handler stub for sgx.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vytautas Astrauskas committed Apr 2, 2020
1 parent 1c1bd95 commit 53aa5a1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/libstd/sys/sgx/stack_overflow.rs
@@ -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() {}

Expand Down

0 comments on commit 53aa5a1

Please sign in to comment.