From 9936ba63f7025dd2dce408e205fbd33ebf1fb41c Mon Sep 17 00:00:00 2001 From: fro Date: Mon, 4 Sep 2017 11:04:42 +0300 Subject: [PATCH] redundant comments removed --- examples/interpret.rs | 1 - examples/invoke.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/interpret.rs b/examples/interpret.rs index af2d176..4aeef13 100644 --- a/examples/interpret.rs +++ b/examples/interpret.rs @@ -15,7 +15,6 @@ fn main() { } // Intrepreter initialization. - // parity_wasm::ProgramInstance can be parameterized with a custom User error to be returned from native modules // parity_wasm::DefaultProgramInstance parametrize ProgramInstance with a pre-defined "DummyUserError" // Initializes a default "env" module also. let program = parity_wasm::DefaultProgramInstance::with_env_params( diff --git a/examples/invoke.rs b/examples/invoke.rs index f96d42d..b1ec03b 100644 --- a/examples/invoke.rs +++ b/examples/invoke.rs @@ -16,7 +16,6 @@ fn main() { let (_, program_args) = args.split_at(3); // Intrepreter initialization. - // parity_wasm::ProgramInstance can be parameterized with a custom User error to be returned from native modules // parity_wasm::DefaultProgramInstance parametrize ProgramInstance with a pre-defined "DummyUserError" // Initializes a default "env" module also. let program = parity_wasm::DefaultProgramInstance::with_env_params(