summaryrefslogtreecommitdiffstats
path: root/lldb/third_party/Python/module/pexpect-4.6/tests/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/third_party/Python/module/pexpect-4.6/tests/utils.py')
-rw-r--r--lldb/third_party/Python/module/pexpect-4.6/tests/utils.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/third_party/Python/module/pexpect-4.6/tests/utils.py b/lldb/third_party/Python/module/pexpect-4.6/tests/utils.py
deleted file mode 100644
index dcd3aa017da..00000000000
--- a/lldb/third_party/Python/module/pexpect-4.6/tests/utils.py
+++ /dev/null
@@ -1,7 +0,0 @@
-import os
-
-def no_coverage_env():
- "Return a copy of os.environ that won't trigger coverage measurement."
- env = os.environ.copy()
- env.pop('COV_CORE_SOURCE', None)
- return env \ No newline at end of file
OpenPOWER on IntegriCloud