summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2015-02-20 00:36:29 -0800
committerEric Anholt <eric@anholt.net>2016-08-09 16:58:09 -0700
commit9087c06ae5304bbcca703283589a5cefcb6744bc (patch)
tree3450e53a3c86266a9b1518c7045854bbc73861b3
parentd8ecf87e7342e75c501120ad7b5b1d2e734a4b17 (diff)
Drop unused RE.
-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: