Remove unused BUILD dependency

PiperOrigin-RevId: 646519547
This commit is contained in:
Paul Chang 2024-06-25 10:11:43 -07:00 committed by Copybara-Service
parent 7fc8ddf825
commit aa57fc3952
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ cc_library(
], ],
deps = [ deps = [
"//compression:compress", "//compression:compress",
"//compression:io",
"@hwy//:hwy", # base.h "@hwy//:hwy", # base.h
"@hwy//:thread_pool", "@hwy//:thread_pool",
], ],