Skip to content

Commit 4a56036

Browse files
committed
Remove unused broadcast_util include and dep for op__to_dim_order_copy
1 parent 5a1c117 commit 4a56036

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

kernels/portable/cpu/op__to_dim_order_copy.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include <c10/util/irange.h>
1010

1111
#include <executorch/kernels/portable/cpu/scalar_utils.h>
12-
#include <executorch/kernels/portable/cpu/util/broadcast_util.h>
1312
#include <executorch/kernels/portable/cpu/util/copy_ops_util.h>
1413
#include <executorch/runtime/kernel/kernel_includes.h>
1514

shim_et/xplat/executorch/kernels/portable/op_registration_util.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,6 @@ ATEN_OPS = (
13421342
name = "op__to_dim_order_copy",
13431343
deps = [
13441344
":scalar_utils",
1345-
"//executorch/kernels/portable/cpu/util:broadcast_util",
13461345
"//executorch/kernels/portable/cpu/util:copy_ops_util",
13471346
],
13481347
),

0 commit comments

Comments
 (0)