Don't compile utils.mm twice.

PiperOrigin-RevId: 551315072
This commit is contained in:
Thomas Van Lenten
2023-07-26 14:25:24 -07:00
committed by Copybara-Service
parent 0e7a8181b0
commit 7e1f286d93
@@ -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.