mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 22:05:07 -05:00
Remove unncessary return statements
This commit is contained in:
8
conf.c
8
conf.c
@@ -521,9 +521,6 @@ parse_source(char *line, NTP_Source_Type type)
|
||||
other_parse_error("Unreadable polltarget");
|
||||
break;
|
||||
}
|
||||
|
||||
return;
|
||||
|
||||
}
|
||||
|
||||
/* ================================================== */
|
||||
@@ -1417,9 +1414,6 @@ CNF_AddSources(void) {
|
||||
}
|
||||
|
||||
NSR_ResolveSources();
|
||||
|
||||
return;
|
||||
|
||||
}
|
||||
|
||||
/* ================================================== */
|
||||
@@ -1739,8 +1733,6 @@ CNF_SetupAccessRestrictions(void)
|
||||
LOG_FATAL(LOGF_Configure, "Bad subnet for %08lx", node->ip);
|
||||
}
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/* ================================================== */
|
||||
|
||||
Reference in New Issue
Block a user