Skip to content
Snippets Groups Projects
Commit 3a4190f8 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

remove some more unused code

parent 68a6c657
No related branches found
No related tags found
No related merge requests found
...@@ -372,14 +372,6 @@ def get_accumulation_info(expr, visitor): ...@@ -372,14 +372,6 @@ def get_accumulation_info(expr, visitor):
) )
@iname
def grad_iname(index, dim):
from dune.perftool.pdelab.index import name_index
name = name_index(index)
domain(name, dim)
return name
def generate_accumulation_instruction(expr, visitor): def generate_accumulation_instruction(expr, visitor):
# Collect the lfs and lfs indices for the accumulate call # Collect the lfs and lfs indices for the accumulate call
test_lfs = determine_accumulation_space(visitor.test_info, 0) test_lfs = determine_accumulation_space(visitor.test_info, 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment