From aa57fc3952e88e2e0a6b3c8c2f1c6aa81e57b9d5 Mon Sep 17 00:00:00 2001 From: Paul Chang Date: Tue, 25 Jun 2024 10:11:43 -0700 Subject: [PATCH] Remove unused BUILD dependency PiperOrigin-RevId: 646519547 --- BUILD.bazel | 1 - 1 file changed, 1 deletion(-) diff --git a/BUILD.bazel b/BUILD.bazel index 42bfeea..a4f7636 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -62,7 +62,6 @@ cc_library( ], deps = [ "//compression:compress", - "//compression:io", "@hwy//:hwy", # base.h "@hwy//:thread_pool", ],