Skip to content

Commit f92e8d5

Browse files
committed
remove make_tracer for Memory
1 parent d0a770a commit f92e8d5

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
@@ -1194,23 +1194,6 @@ function make_tracer(
11941194
)
11951195
end
11961196

1197-
@static if VERSION >= v"1.11.0"
1198-
Base.@nospecializeinfer function make_tracer(
1199-
seen,
1200-
@nospecialize(prev::Memory),
1201-
@nospecialize(path),
1202-
mode;
1203-
@nospecialize(sharding = Sharding.NoSharding()),
1204-
kwargs...,
1205-
)
1206-
if mode == TracedToTypes
1207-
return nothing
1208-
end
1209-
# TODO: does anything more need to be done here?
1210-
return prev
1211-
end
1212-
end
1213-
12141197
Base.@nospecializeinfer function make_tracer(
12151198
seen,
12161199
@nospecialize(prev::ConcretePJRTArray{T,N}),

0 commit comments

Comments
 (0)