summaryrefslogtreecommitdiff
path: root/report.py
diff options
context:
space:
mode:
Diffstat (limited to 'report.py')
-rwxr-xr-xreport.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/report.py b/report.py
index f2d80c0..c6f8389 100755
--- a/report.py
+++ b/report.py
@@ -21,7 +21,6 @@ def get_results(filename, all_result_types):
results = {}
- re_match = re.compile("(\S*)\s*(\S*)\s*:\s*(\S*)")
for line in lines:
m = re.match('SHADER-DB: (\S+): (\S+) prog (\S+): (\d+) (\S+)', line)
if m == None: