From 760de9ef325592878b46d08a061fdcb872a58058 Mon Sep 17 00:00:00 2001 From: Googler Date: Mon, 12 Feb 2024 03:16:21 -0800 Subject: [PATCH] Cleanup uses of ctoolchain migration BEGIN_PUBLIC Internal change END_PUBLIC PiperOrigin-RevId: 606195771 Change-Id: I2c6ef2bd57991c6fe65e1bf49a67f3250c12724d --- tools/migration/BUILD | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/migration/BUILD b/tools/migration/BUILD index c1b038e..1550c15 100644 --- a/tools/migration/BUILD +++ b/tools/migration/BUILD @@ -131,11 +131,6 @@ filegroup( ], ) -exports_files([ - "cc_toolchain_config_comparator.bzl", - "ctoolchain_compare.bzl", -]) - bzl_library( name = "ctoolchain_compare_bzl", srcs = ["ctoolchain_compare.bzl"],