Skip to content

Commit 945aa49

Browse files
committed
Remove unused err variable
Signed-off-by: Florian Kauer <florian.kauer@linutronix.de>
1 parent b35b0a9 commit 945aa49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

misc/check_clocks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ static int check_local_clock(char *ifname, int verbose)
375375
uint64_t rt, tai, ptp, lat_rt, lat_tai, lat_ptp;
376376
int64_t phc_rt, phc_tai;
377377
struct timex t = { 0 };
378-
int fd_ptp, err;
378+
int fd_ptp;
379379
int ret = EXIT_SUCCESS;
380380

381381
open_phc_fd(&fd_ptp, ifname);

0 commit comments

Comments
 (0)