Skip to content

Commit

Permalink
-Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-gomez-windhover committed Sep 18, 2024
1 parent 9e3bfe3 commit 3f15cc0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,6 @@ static error_t parse_opt(int key, char *arg, struct argp_state *state)
return 0;
}

TestStructA_t testStructA2 = {};
TestStructB_t testStructB2 = {};

/* Our argp parser. */
static struct argp argp = {options, parse_opt, args_doc, doc};

Expand Down

0 comments on commit 3f15cc0

Please sign in to comment.