Skip to content

Commit 53aa5a1

Browse files
author
Vytautas Astrauskas
committed
Remove unnecessary stack overflow handler stub for sgx.
1 parent 1c1bd95 commit 53aa5a1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/libstd/sys/sgx/stack_overflow.rs

-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
pub struct Handler;
2-
3-
impl Handler {
4-
pub unsafe fn new() -> Handler {
5-
Handler
6-
}
7-
}
8-
91
#[cfg_attr(test, allow(dead_code))]
102
pub unsafe fn init() {}
113

0 commit comments

Comments
 (0)