From 7e1f286d93c7b1f1e41649f68afedababea85308 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Wed, 26 Jul 2023 14:24:17 -0700 Subject: [PATCH] Don't compile `utils.mm` twice. PiperOrigin-RevId: 551315072 --- internal/platform/implementation/apple/BUILD | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/platform/implementation/apple/BUILD b/internal/platform/implementation/apple/BUILD index a43eb67c..b2dafb1f 100644 --- a/internal/platform/implementation/apple/BUILD +++ b/internal/platform/implementation/apple/BUILD @@ -32,7 +32,6 @@ objc_library( "preferences_manager.mm", "scheduled_executor.mm", "timer.mm", - "utils.mm", "wifi_lan.mm", ], hdrs = [ @@ -44,7 +43,6 @@ objc_library( "scheduled_executor.h", "single_thread_executor.h", "timer.h", - "utils.h", "wifi_lan.h", ], # Prevent Objective-C++ headers from being pulled into swift.