[Piglit] [PATCH 4/6] templates/index_body.mako: remove unused subtestResult
Dylan Baker
baker.dylan.c at gmail.com
Mon Nov 4 08:53:45 PST 2013
This code was left over from an early iteration of the code, and isn't
used.
Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
templates/index_body.mako | 4 ----
1 file changed, 4 deletions(-)
diff --git a/templates/index_body.mako b/templates/index_body.mako
index 0056912..9e67311 100644
--- a/templates/index_body.mako
+++ b/templates/index_body.mako
@@ -31,10 +31,6 @@
${line['text']}
% endif
</td>
- % elif line['type'] == "subtestResult":
- <td class="${line['class']}">
- ${line['text']}
- </td>
% elif line['type'] == "other":
${line['text']}
% endif
--
1.8.1.5
More information about the Piglit
mailing list