Browse Source

ledger-tool: Remove unused --memory arg (#9105)

steviez 3 days ago
parent
commit
c9969a0cf5
1 changed files with 0 additions and 9 deletions
  1. 0 9
      ledger-tool/src/program.rs

+ 0 - 9
ledger-tool/src/program.rs

@@ -160,15 +160,6 @@ and the following fields are required
                 )
                 .arg(&load_genesis_config_arg)
                 .args(&snapshot_config_args)
-                .arg(
-                    Arg::with_name("memory")
-                        .help("Heap memory for the program to run on")
-                        .short("m")
-                        .long("memory")
-                        .value_name("BYTES")
-                        .takes_value(true)
-                        .default_value("0"),
-                )
                 .arg(
                     Arg::with_name("mode")
                         .help(