Skip to content

Commit 18cad7f

Browse files
jumerckxwsmoses
authored andcommitted
remove make_tracer for Memory
1 parent 7cf358f commit 18cad7f

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/Tracing.jl

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,23 +1154,6 @@ function make_tracer(
11541154
)
11551155
end
11561156

1157-
@static if VERSION >= v"1.11.0"
1158-
Base.@nospecializeinfer function make_tracer(
1159-
seen,
1160-
@nospecialize(prev::Memory),
1161-
@nospecialize(path),
1162-
mode;
1163-
@nospecialize(sharding = Sharding.NoSharding()),
1164-
kwargs...,
1165-
)
1166-
if mode == TracedToTypes
1167-
return nothing
1168-
end
1169-
# TODO: does anything more need to be done here?
1170-
return prev
1171-
end
1172-
end
1173-
11741157
Base.@nospecializeinfer function make_tracer(
11751158
seen,
11761159
@nospecialize(prev::ConcretePJRTArray{T,N}),

0 commit comments

Comments
 (0)