From 3a4190f86e05ade8a0f2add5b282346ba6b91478 Mon Sep 17 00:00:00 2001
From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de>
Date: Tue, 25 Jul 2017 15:53:42 +0200
Subject: [PATCH] remove some more unused code

---
 python/dune/perftool/pdelab/localoperator.py | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/python/dune/perftool/pdelab/localoperator.py b/python/dune/perftool/pdelab/localoperator.py
index cbcb93d3..5a7d2e30 100644
--- a/python/dune/perftool/pdelab/localoperator.py
+++ b/python/dune/perftool/pdelab/localoperator.py
@@ -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):
     # Collect the lfs and lfs indices for the accumulate call
     test_lfs = determine_accumulation_space(visitor.test_info, 0)
-- 
GitLab