review comment: remove unused variable. fix
authortimothy.murphy@nokia.com
Fri, 26 Mar 2010 16:43:35 +0000
branchfix
changeset 411 80ad0c7f75fe
parent 410 924ab6786b2f
child 412 824dddcc66f7
child 413 5eb26ea9cb49
child 463 92c43194abb5
review comment: remove unused variable.
sbsv2/raptor/python/raptor_make.py
--- a/sbsv2/raptor/python/raptor_make.py	Thu Mar 25 18:18:23 2010 +0000
+++ b/sbsv2/raptor/python/raptor_make.py	Fri Mar 26 16:43:35 2010 +0000
@@ -71,7 +71,6 @@
 	af = open(annofile, "r")
 
 	inOutput = False
-	inParseJob = False
 
 	buildid = ""
 	for line in af: