Commit b3039fd6 authored by Fabio Utzig's avatar Fabio Utzig Committed by Fabio Utzig
Browse files

sim: Remove unused variables



Fix warning running the simulator due to variables that are not being
used anymore.

Signed-off-by: default avatarFabio Utzig <utzig@apache.org>
parent 53e6f5b8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -52,8 +52,6 @@ Options:

#[derive(Debug, Deserialize)]
struct Args {
    flag_help: bool,
    flag_version: bool,
    flag_device: Option<DeviceName>,
    flag_align: Option<AlignArg>,
    cmd_sizes: bool,