Commit 9f9dfb44 authored by skyostil@chromium.org's avatar skyostil@chromium.org

Remove temporary temporary file deletion

BUG=371148

Review URL: https://codereview.chromium.org/278853002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269564 0039d316-1c4b-4281-b951-d872f2087c98
parent f2d60f3f
......@@ -1160,12 +1160,6 @@ class AndroidCommands(object):
This is less efficient than SetFileContents.
"""
# TODO(skyostil): Remove this once it has been through all the bots.
for file_name in (AndroidCommands._TEMP_FILE_BASE_FMT,
AndroidCommands._TEMP_SCRIPT_FILE_BASE_FMT):
self.RunShellCommand('rm ' + self.GetExternalStorage() + '/' +
file_name.replace('%d', '*'))
temp_file = self._GetDeviceTempFileName(AndroidCommands._TEMP_FILE_BASE_FMT)
temp_script = self._GetDeviceTempFileName(
AndroidCommands._TEMP_SCRIPT_FILE_BASE_FMT)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment