Remove dead (unreachable) code.

This commit is contained in:
Teo Mrnjavac 2015-06-13 21:31:32 +02:00
parent b9dbf668f3
commit 326671a3d6

View File

@ -311,8 +311,6 @@ PythonJob::exec()
return JobResult::error( tr( "Boost.Python error in job \"%1\"." ).arg( prettyName() ),
msg );
}
return JobResult::ok();
}