remove checks for command handlers

This commit is contained in:
Tony Crisci 2018-02-24 13:22:57 -05:00
parent 5b219a1598
commit 7262bf655f
5 changed files with 0 additions and 37 deletions

View file

@ -4,9 +4,6 @@
struct cmd_results *cmd_reload(int argc, char **argv) {
struct cmd_results *error = NULL;
if (config->reading) {
return cmd_results_new(CMD_FAILURE, "reload", "Can't be used in config file.");
}
if ((error = checkarg(argc, "reload", EXPECTED_EQUAL_TO, 0))) {
return error;
}