We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1bd95 commit 53aa5a1Copy full SHA for 53aa5a1
src/libstd/sys/sgx/stack_overflow.rs
@@ -1,11 +1,3 @@
1
-pub struct Handler;
2
-
3
-impl Handler {
4
- pub unsafe fn new() -> Handler {
5
- Handler
6
- }
7
-}
8
9
#[cfg_attr(test, allow(dead_code))]
10
pub unsafe fn init() {}
11
0 commit comments