Remove second half of useless condition.
Thanks to Ingo for reviewing!
This commit is contained in:
parent
58164f4a49
commit
209cd3dd4f
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user