This commit is contained in:
Roman Shevchenko
2012-12-04 16:57:35 +01:00
parent 1b0fe5cdf5
commit 599e6af649

View File

@@ -244,11 +244,6 @@ static bool read_input() {
return update_roots(new_roots);
}
if (strcmp(line, "VERSION") == 0) {
output(VERSION "\n");
return true;
}
userlog(LOG_INFO, "unrecognised command: %s", line);
return true;
}