Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5837d037 authored by Carlos Llamas's avatar Carlos Llamas Committed by Alice Ryhl
Browse files

binderThroughputTest: drop useless arguments read



These reads were likely added at a point where the arguments were not
being used yes to suppress compiler warnings. Either way they are no
longer needed here so remove them.

Change-Id: I152bd77902626f7e9a63ec185d1ee29d637f2261
Signed-off-by: default avatarCarlos Llamas <cmllamas@google.com>
parent 587fb0bf
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -340,8 +340,6 @@ int main(int argc, char *argv[])
    int payload_size = 0;
    bool cs_pair = false;
    bool training_round = false;
    (void)argc;
    (void)argv;

    // Parse arguments.
    for (int i = 1; i < argc; i++) {