diff --git a/sui_core/src/authority.rs b/sui_core/src/authority.rs index e3e805fc8b4bd..bff592a8ba39e 100644 --- a/sui_core/src/authority.rs +++ b/sui_core/src/authority.rs @@ -477,7 +477,6 @@ impl AuthorityState { ) -> Self { let native_functions = sui_framework::natives::all_natives(MOVE_STDLIB_ADDRESS, SUI_FRAMEWORK_ADDRESS); - // let (genesis_modules, native_functions) = genesis::clone_genesis_data(); let state = AuthorityState { committee, name,