about summary refs log tree commit diff
path: root/src/libstd/sys/sgx/stack_overflow.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/sys/sgx/stack_overflow.rs')
-rw-r--r--src/libstd/sys/sgx/stack_overflow.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstd/sys/sgx/stack_overflow.rs b/src/libstd/sys/sgx/stack_overflow.rs
deleted file mode 100644
index b96652a8330..00000000000
--- a/src/libstd/sys/sgx/stack_overflow.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-#[cfg_attr(test, allow(dead_code))]
-pub unsafe fn init() {}
-
-pub unsafe fn cleanup() {}