Skip to content

Commit ec54565

Browse files
committed
fixup! datadeps: Optimize remote ArgumentWrapper lookup
1 parent 2609514 commit ec54565

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/memory-spaces.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,6 @@ end
380380
aliasing(::String) = NoAliasing() # FIXME: Not necessarily true
381381
aliasing(::Symbol) = NoAliasing()
382382
aliasing(::Type) = NoAliasing()
383-
aliasing(x::DTask, T) = aliasing(fetch(x; raw=true), T)
384-
aliasing(x::DTask) = aliasing(fetch(x; raw=true))
385383
function aliasing(x::Chunk, T)
386384
@assert x.handle isa DRef
387385
if root_worker_id(x.processor) == myid()

0 commit comments

Comments
 (0)