releasetools: Remove a dead line.

system_root_image has been dead since commit
2ce63edab7.

Test: pylint --rcfile=pylintrc add_img_to_target_files.py
Change-Id: Id791747b7313923b82279a21d264a998455a92d4
This commit is contained in:
Tao Bao 2017-03-16 11:57:56 -07:00
parent 53ba93d615
commit 2f80e83e98

View file

@ -404,7 +404,6 @@ def AddImagesToTargetFiles(filename):
images_dir = None
has_recovery = (OPTIONS.info_dict.get("no_recovery") != "true")
system_root_image = (OPTIONS.info_dict.get("system_root_image", None) == "true")
def banner(s):
print("\n\n++++ " + s + " ++++\n\n")