From 713f599800f613342c32031c95b4fb3811c6878a Mon Sep 17 00:00:00 2001 From: Christian Sigg Date: Tue, 19 May 2026 12:25:51 -0700 Subject: [PATCH] [XLA] NFC: Use ABSL macros. - `TF_ASSIGN_OR_RETURN` -> `ASSIGN_OR_RETURN` - `TF_RETURN_IF_ERROR` -> `RETURN_IF_ERROR` PiperOrigin-RevId: 917965313 --- tsl/platform/BUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tsl/platform/BUILD b/tsl/platform/BUILD index 8d556d832..452395dea 100644 --- a/tsl/platform/BUILD +++ b/tsl/platform/BUILD @@ -113,9 +113,7 @@ cc_library( "file_system_helper.h", "threadpool.h", ], - deps = [ - "@xla//xla/tsl/platform:env", - ], + deps = ["@xla//xla/tsl/platform:env"], ) cc_library(