Skip to content

Commit f56205a

Browse files
authored
Update lib.rs
1 parent f2ad126 commit f56205a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

runtime/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ pub(crate) const SYS_READ_PRIVATE_INPUT: u32 = 0x400;
3333
#[cfg(target_arch = "riscv32")]
3434
pub(crate) const SYS_CYCLE_COUNT: u32 = 0x401;
3535
#[cfg(target_arch = "riscv32")]
36-
#[allow(dead_code)]
37-
pub(crate) const SYS_OVERWRITE_SP: u32 = 0x402;
38-
#[cfg(target_arch = "riscv32")]
3936
pub(crate) const SYS_ALLOC_ALIGNED: u32 = 0x403;
4037
#[cfg(target_arch = "riscv32")]
4138
pub(crate) const SYS_PERFORM_HEAP_ALLOCATION: u32 = 0x405;

0 commit comments

Comments
 (0)