Skip to content

Commit

Permalink
Remove unused err variable
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Kauer <[email protected]>
  • Loading branch information
koalo committed Mar 9, 2023
1 parent b35b0a9 commit 945aa49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/check_clocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ static int check_local_clock(char *ifname, int verbose)
uint64_t rt, tai, ptp, lat_rt, lat_tai, lat_ptp;
int64_t phc_rt, phc_tai;
struct timex t = { 0 };
int fd_ptp, err;
int fd_ptp;
int ret = EXIT_SUCCESS;

open_phc_fd(&fd_ptp, ifname);
Expand Down

0 comments on commit 945aa49

Please sign in to comment.