[Piglit] [PATCH 1/4] template/index.mako: Remove unused 'subtestResult' handling

Dylan Baker baker.dylan.c at gmail.com
Mon Nov 3 17:05:03 PST 2014


Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 templates/index.mako | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/templates/index.mako b/templates/index.mako
index 1ca46d3..5a202cc 100644
--- a/templates/index.mako
+++ b/templates/index.mako
@@ -68,10 +68,6 @@
             ${line['text']}
           % endif
           </td>
-        % elif line['type'] == "subtestResult":
-          <td class="${line['class']}">
-            ${line['text']}
-          </td>
         % elif line['type'] == "other":
           ${line['text']}
         % endif
-- 
2.1.3



More information about the Piglit mailing list