浏览代码

chore: remove unnecessary main.rs file after optimization verification

Co-Authored-By: ayush.suresh@dourolabs.xyz <byteSlayer31037@gmail.com>
Devin AI 5 月之前
父节点
当前提交
44c66874a0
共有 1 个文件被更改,包括 0 次插入10 次删除
  1. 0 10
      target_chains/stylus/contracts/wormhole/src/main.rs

+ 0 - 10
target_chains/stylus/contracts/wormhole/src/main.rs

@@ -1,10 +0,0 @@
-#![cfg_attr(not(any(test, feature = "export-abi")), no_main)]
-
-#[cfg(not(any(test, feature = "export-abi")))]
-#[unsafe(no_mangle)]
-pub extern "C" fn main() {}
-
-#[cfg(feature = "export-abi")]
-fn main() {
-    stylus_hello_world::print_from_args();
-}