Index: build/android/pylib/utils/isolator.py |
diff --git a/build/android/pylib/utils/isolator.py b/build/android/pylib/utils/isolator.py |
index 2a044aa737c911815e1d6796dada0f47542d4c9a..832b4ad3c301853d13555ecbaf0bc4b39e0a5bb1 100644 |
--- a/build/android/pylib/utils/isolator.py |
+++ b/build/android/pylib/utils/isolator.py |
@@ -53,12 +53,6 @@ |
'v8_use_external_startup_data': '1', |
'msvs_version': '0', |
} |
- |
- |
-def IsIsolateEmpty(isolate_path): |
- """Returns whether there are no files in the .isolate.""" |
- with open(isolate_path) as f: |
- return "'files': []" in f.read() |
class Isolator(object): |