mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 20:55:07 -05:00
Remove unncessary return statements
This commit is contained in:
3
client.c
3
client.c
@@ -182,8 +182,6 @@ open_io(const char *hostname, int port)
|
||||
perror("Can't create socket");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/* ================================================== */
|
||||
@@ -925,7 +923,6 @@ cvt_to_sec_usec(double x, long *sec, long *usec) {
|
||||
|
||||
*sec = s;
|
||||
*usec = us;
|
||||
return;
|
||||
}
|
||||
|
||||
/* ================================================== */
|
||||
|
||||
Reference in New Issue
Block a user