Skip to content

Commit ec8275c

Browse files
author
Vytautas Astrauskas
committed
Remove stack overflow handler stub for wasm.
1 parent baa6d55 commit ec8275c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/libstd/sys/wasm/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
pub unsafe fn init() {}
102

113
pub unsafe fn cleanup() {}

0 commit comments

Comments
 (0)