Skip to content

Commit 40603fb

Browse files
committed
Remove unused code in gen_code_mem.jl
1 parent 3513c44 commit 40603fb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/code_gen/gen_code_mem.jl

-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ function get_slot_name(mem::CodeMem, node::Symbol)
3939
end
4040
end
4141

42-
function is_allocated(mem::CodeMem, node::Symbol)
43-
return node in mem.slots
44-
end
45-
4642
# Returns a reference to a memory slot
4743
# which is either a new slot or
4844
# one of the elements in the Vector allow_inplace

0 commit comments

Comments
 (0)