From: Kenneth Graunke <kenn...@whitecape.org>

It was entirely empty.

Reviewed-by: Dylan Baker <baker.dyla...@gmail.com>
---
 piglit-summary-html.py          | 5 +----
 templates/index_groupgroup.html | 1 -
 2 files changed, 1 insertion(+), 5 deletions(-)
 delete mode 100644 templates/index_groupgroup.html

diff --git a/piglit-summary-html.py b/piglit-summary-html.py
index 263a4f0..d2fe5ee 100755
--- a/piglit-summary-html.py
+++ b/piglit-summary-html.py
@@ -67,7 +67,6 @@ IndexTestrunB = readfile(os.path.join(templatedir, 
'index_testrunb.html'))
 IndexTestrunBHref = readfile(os.path.join(templatedir, 
'index_testrunb_href.html'))
 IndexGroup = readfile(os.path.join(templatedir, 'index_group.html'))
 IndexGroupTestrun = readfile(os.path.join(templatedir, 
'index_group_testrun.html'))
-IndexGroupGroup = readfile(os.path.join(templatedir, 'index_groupgroup.html'))
 IndexTest = readfile(os.path.join(templatedir, 'index_test.html'))
 IndexTestTestrun = readfile(os.path.join(templatedir, 
'index_test_testrun.html'))
 
@@ -205,9 +204,7 @@ def buildGroupSummary(indent, groupsummary, showcurrent):
        for n in names:
                child = groupsummary.children[n]
                if isinstance(child, framework.summary.GroupSummary):
-                       items = items + IndexGroupGroup % {
-                               'group': buildGroupSummary(indent + indent_inc, 
child, showcurrent)
-                       }
+                       items = items + buildGroupSummary(indent + indent_inc, 
child, showcurrent)
                else:
                        items = items + buildTestSummary(indent + indent_inc, 
child)
 
diff --git a/templates/index_groupgroup.html b/templates/index_groupgroup.html
deleted file mode 100644
index 53db607..0000000
--- a/templates/index_groupgroup.html
+++ /dev/null
@@ -1 +0,0 @@
-%(group)s
-- 
1.8.1.4

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to