Skip to content

Commit

Permalink
j1939sr: remove legacy program_invocation_name/program_invocation_sho…
Browse files Browse the repository at this point in the history
…rt_name code

- remove legacy program_invocation_name/program_invocation_short_name code

Signed-off-by: Peter Seiderer <[email protected]>
  • Loading branch information
pseiderer committed Jul 22, 2024
1 parent d337863 commit a63bf46
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions j1939sr.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ int main(int argc, char **argv)
struct pollfd pfd[2];
uint8_t *buf;

#ifdef _GNU_SOURCE
program_invocation_name = program_invocation_short_name;
#endif
/* argument parsing */
while ((opt = getopt_long(argc, argv, optstring, long_opts, NULL)) != -1)
switch (opt) {
Expand Down

0 comments on commit a63bf46

Please sign in to comment.