Skip to content

Commit 7e889fa

Browse files
committed
Remove 'has_index'
1 parent 9a9710a commit 7e889fa

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/forward.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ function collect_factors(arg)
6565
return [arg]
6666
end
6767

68-
function has_index(tensor, index::LowerOrUpperIndex)
69-
ids = get_indices(tensor)
70-
71-
return index ids
72-
end
73-
7468
function evaluate(arg::Union{Monomial,KrD,Zero,Real})
7569
return arg
7670
end

0 commit comments

Comments
 (0)