summaryrefslogtreecommitdiff
path: root/ios/benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'ios/benchmark')
-rw-r--r--ios/benchmark/MBXBenchViewController.mm5
1 files changed, 1 insertions, 4 deletions
diff --git a/ios/benchmark/MBXBenchViewController.mm b/ios/benchmark/MBXBenchViewController.mm
index 6e1c6d325c..dfd3b254a3 100644
--- a/ios/benchmark/MBXBenchViewController.mm
+++ b/ios/benchmark/MBXBenchViewController.mm
@@ -88,11 +88,8 @@ static const int benchmarkDuration = 200; // frames
}
}
-- (void)mapViewDidFinishRenderingMap:(MGLMapView *)mapView fullyRendered:(BOOL)fullyRendered
+- (void)mapViewDidFinishRenderingMap:(MGLMapView *)mapView fullyRendered:(__unused BOOL)fullyRendered
{
- (void)mapView;
- (void)fullyRendered;
-
if (state == State::Benchmarking)
{
frames++;