summaryrefslogtreecommitdiff
path: root/coverage/files.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/files.py')
-rw-r--r--coverage/files.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/coverage/files.py b/coverage/files.py
index 11dbdaa3..c4adffa4 100644
--- a/coverage/files.py
+++ b/coverage/files.py
@@ -195,8 +195,6 @@ def python_reported_file(filename: str) -> str:
return filename
-
-
def isabs_anywhere(filename: str) -> bool:
"""Is `filename` an absolute path on any OS?"""
return ntpath.isabs(filename) or posixpath.isabs(filename)