Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 7a8c5e9

Browse files
committed
Rebase, release device
1 parent 12437e1 commit 7a8c5e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shell/platform/darwin/ios/rendering_api_selection.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ bool ShouldUseMetalRenderer() {
2424
if (@available(iOS METAL_IOS_VERSION_BASELINE, *)) {
2525
auto device = MTLCreateSystemDefaultDevice();
2626
ios_version_supports_metal = [device supportsFeatureSet:MTLFeatureSet_iOS_GPUFamily1_v3];
27-
[device release];
2827
}
2928
return ios_version_supports_metal;
3029
}

0 commit comments

Comments
 (0)