diff --git a/testrunner/runtest.py b/testrunner/runtest.py
index b4f618ceb..a740cc285 100755
--- a/testrunner/runtest.py
+++ b/testrunner/runtest.py
@@ -446,13 +446,6 @@ class TestRunner(object):
self._tests_to_run.append(test)
return self._tests_to_run
- def _IsCtsTests(self, test_list):
- """Check if any cts tests are included in given list of tests to run."""
- for test in test_list:
- if test.GetSuite() == 'cts':
- return True
- return False
-
def _TurnOffVerifier(self, test_list):
"""Turn off the dalvik verifier if needed by given tests.
diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml
index 7a5479623..87dafb438 100644
--- a/testrunner/test_defs.xml
+++ b/testrunner/test_defs.xml
@@ -227,186 +227,6 @@ See test_defs.xsd for more information.
class="android.content.ContentProviderOperationTest"
coverage_target="framework" />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-