From 9087c06ae5304bbcca703283589a5cefcb6744bc Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 20 Feb 2015 00:36:29 -0800 Subject: Drop unused RE. --- report.py | 1 - 1 file changed, 1 deletion(-) 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: -- cgit v1.2.3