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:
parent
53ba93d615
commit
2f80e83e98
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue