Skip to content

Commit

Permalink
Remove dependencies not needed anymore after recent cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 649176841
  • Loading branch information
hzeller authored and copybara-github committed Jul 3, 2024
1 parent 89df72a commit 4afa182
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xls/interpreter/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ cc_library(
srcs = ["block_evaluator.cc"],
hdrs = ["block_evaluator.h"],
deps = [
"@com_google_absl//absl/base:core_headers",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/log",
"@com_google_absl//absl/log:check",
Expand All @@ -90,7 +89,6 @@ cc_library(
"//xls/ir:block_elaboration",
"//xls/ir:elaboration",
"//xls/ir:events",
"//xls/ir:op",
"//xls/ir:register",
"//xls/ir:value",
"//xls/ir:value_utils",
Expand Down

0 comments on commit 4afa182

Please sign in to comment.