summaryrefslogtreecommitdiff
path: root/coverage/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/config.py')
-rw-r--r--coverage/config.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/coverage/config.py b/coverage/config.py
index 6372f4c0..f20ef90d 100644
--- a/coverage/config.py
+++ b/coverage/config.py
@@ -467,10 +467,6 @@ def config_files_to_try(config_file):
(filename, is_our_file, was_file_specified)
"""
- # Some API users were specifying ".coveragerc" to mean the same as
- # True, so make it so.
- if config_file == ".coveragerc":
- config_file = True
specified_file = (config_file is not True)
if not specified_file:
# No file was specified. Check COVERAGE_RCFILE.