Bug 1338086 - Remove useless else blocks in order to reduce complexity in toolkit/components/url-classifier/ r=francois
MozReview-Commit-ID: GTb9ME8pfVq
This commit is contained in:
@@ -303,9 +303,8 @@ HashStore::Open()
|
||||
if (rv == NS_ERROR_FILE_NOT_FOUND) {
|
||||
UpdateHeader();
|
||||
return NS_OK;
|
||||
} else {
|
||||
SUCCESS_OR_RESET(rv);
|
||||
}
|
||||
SUCCESS_OR_RESET(rv);
|
||||
|
||||
int64_t fileSize;
|
||||
rv = storeFile->GetFileSize(&fileSize);
|
||||
|
||||
Reference in New Issue
Block a user