Skip to content

Commit eb579c7

Browse files
committed
[bazel] Remove unused loads of elf_to_disassembly
Signed-off-by: James Wainwright <[email protected]> (cherry picked from commit afbee40)
1 parent 103d70e commit eb579c7

File tree

2 files changed

+0
-2
lines changed
  • sw/device/silicon_owner/tock

2 files changed

+0
-2
lines changed

sw/device/silicon_owner/tock/kernel/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
load("@rules_rust//rust:defs.bzl", "rust_binary")
66
load("//rules:linker.bzl", "ld_library")
7-
load("//rules:opentitan.bzl", "elf_to_disassembly")
87
load("//rules/opentitan:legacy.bzl", "obj_transform")
98
load("//rules/opentitan:defs.bzl", "OPENTITAN_CPU")
109

sw/device/silicon_owner/tock/upstream_kernel/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
load("@rules_rust//rust:defs.bzl", "rust_binary")
66
load("//rules:linker.bzl", "ld_library")
7-
load("//rules:opentitan.bzl", "elf_to_disassembly")
87
load("//rules/opentitan:defs.bzl", "OPENTITAN_CPU")
98
load("//rules/opentitan:legacy.bzl", "obj_transform")
109

0 commit comments

Comments
 (0)