Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f80e83e authored by Tao Bao's avatar Tao Bao
Browse files

releasetools: Remove a dead line.

system_root_image has been dead since commit
2ce63eda.

Test: pylint --rcfile=pylintrc add_img_to_target_files.py
Change-Id: Id791747b7313923b82279a21d264a998455a92d4
parent 53ba93d6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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")