about summary refs log tree commit diff
path: root/library/std/src/sys/hermit/stack_overflow.rs
diff options
context:
space:
mode:
authorChristiaan Dirkx <christiaan@dirkx.email>2021-04-11 23:48:10 +0200
committerChristiaan Dirkx <christiaan@dirkx.email>2021-04-22 18:00:12 +0200
commit11445c10ab630a6ad8526f3fc5bcea1badad2964 (patch)
treef16c4f9a517ad55c4f36b79bd9194a9832f3478f /library/std/src/sys/hermit/stack_overflow.rs
parentcf470197addb37146eb2e0d16f14dd14293d91f0 (diff)
downloadrust-11445c10ab630a6ad8526f3fc5bcea1badad2964.tar.gz
rust-11445c10ab630a6ad8526f3fc5bcea1badad2964.zip
Move most init to `sys::init`
Diffstat (limited to 'library/std/src/sys/hermit/stack_overflow.rs')
-rw-r--r--library/std/src/sys/hermit/stack_overflow.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/std/src/sys/hermit/stack_overflow.rs b/library/std/src/sys/hermit/stack_overflow.rs
deleted file mode 100644
index f276799661e..00000000000
--- a/library/std/src/sys/hermit/stack_overflow.rs
+++ /dev/null
@@ -1,2 +0,0 @@
-#[inline]
-pub unsafe fn init() {}