Cleanup: remove unused code

This commit is contained in:
Laurent Clouet
2014-12-16 22:45:23 +00:00
parent bdfa0d2b2a
commit 2e65795c0f
2 changed files with 0 additions and 8 deletions

View File

@@ -447,10 +447,6 @@ public class Client {
}
public Error.Type work(Job ajob) {
if (ajob.workeable() == false) {
this.log.error("Client::work The received job is not workeable");
return Error.Type.WRONG_CONFIGURATION;
}
int ret;
ret = this.downloadExecutable(ajob);