| Index: build/android/pylib/android_commands.py
 | 
| diff --git a/build/android/pylib/android_commands.py b/build/android/pylib/android_commands.py
 | 
| index 64eedb15252da2aa0b3d4c5fbf056c38fb84954e..04b73dec612698288d0312daa787dc388970fc83 100644
 | 
| --- a/build/android/pylib/android_commands.py
 | 
| +++ b/build/android/pylib/android_commands.py
 | 
| @@ -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)
 | 
| 
 |