diff options
Diffstat (limited to 'src/libstd/sys/sgx/stack_overflow.rs')
| -rw-r--r-- | src/libstd/sys/sgx/stack_overflow.rs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/libstd/sys/sgx/stack_overflow.rs b/src/libstd/sys/sgx/stack_overflow.rs index e63fa2bed65..a2d13d11849 100644 --- a/src/libstd/sys/sgx/stack_overflow.rs +++ b/src/libstd/sys/sgx/stack_overflow.rs @@ -7,8 +7,6 @@ impl Handler { } #[cfg_attr(test, allow(dead_code))] -pub unsafe fn init() { -} +pub unsafe fn init() {} -pub unsafe fn cleanup() { -} +pub unsafe fn cleanup() {} |
