Преглед на файлове

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();
-}