aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2015-04-08 15:31:01 +0100
committerBernard Ogden <bernie.ogden@linaro.org>2015-04-08 15:31:01 +0100
commit465817af5ef95b48417d1c0ec605a16276ade416 (patch)
treecddfd128a1e87265507704f88ff8e9ddfd4e1759
parent84e609a794dfaadcce12d1bf52429d81b2590941 (diff)
Remove misnamed and unused grab of the iteration count
Change-Id: Ib720330b9daf9483f5b3aa017c03f599ba8c462c
-rwxr-xr-xparser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/parser.py b/parser.py
index 1b14f06..8d3cc04 100755
--- a/parser.py
+++ b/parser.py
@@ -182,7 +182,6 @@ for line in lines:
if line.startswith(': '):
words = line.split()
binary = words[1]
- counter = words[-1]
binary_args = ' '.join(words[2:-1])
if not binary in results:
results[binary] = {}