Remove unncessary return statements

This commit is contained in:
Miroslav Lichvar
2013-05-21 14:29:22 +02:00
parent d510154ba2
commit 359d444343
26 changed files with 0 additions and 176 deletions

8
conf.c
View File

@@ -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;
}
/* ================================================== */