From ffc679630f29c57c1a048adf83325cae76802134 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 11 Nov 2024 12:53:49 -0800 Subject: [PATCH] Remove obsolete anyinvocable flag PiperOrigin-RevId: 695452070 --- .bazelrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.bazelrc b/.bazelrc index eb2a873f4d5..b77d460f564 100644 --- a/.bazelrc +++ b/.bazelrc @@ -94,10 +94,6 @@ build --experimental_cc_shared_library # uses TensorFlow for all IO operations. build --define=use_tensorflow_io=1 -# TensorFlow Decision Forests need absl::anyInvocable support for new versions -# of Tensorflow. -build --define use_absl_anyinvocable=1 - # TensorFlow Decision Forests does not use Absl concurrency primitives on MacOs. # Reason: TensorFlow/ABSL ODR violation (b/214189609) # copybara:strip build:macos --define std_synchronization_primitives=1