Remove second half of useless condition.

Thanks to Ingo for reviewing!
This commit is contained in:
Adrien Destugues 2015-07-26 20:31:10 +02:00
parent 58164f4a49
commit 209cd3dd4f

View File

@ -230,7 +230,7 @@ BAppFileInfo::SetSignature(const char* signature)
{ {
// check initialization // check initialization
status_t error = B_OK; status_t error = B_OK;
if (B_OK && InitCheck() != B_OK) if (InitCheck() != B_OK)
error = B_NO_INIT; error = B_NO_INIT;
if (error == B_OK) { if (error == B_OK) {
if (signature) { if (signature) {