mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-07-30 17:25:58 -04:00
remove dead condition
This commit is contained in:
@@ -782,7 +782,7 @@ fn storeFromSystemCA(allocator: Allocator) !*crypto.X509_STORE {
|
||||
}) |file| {
|
||||
if (crypto.X509_STORE_load_locations(store, file, null) == 1) {
|
||||
count += 1;
|
||||
if (count > 0) break :blk;
|
||||
break :blk;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user