summaryrefslogtreecommitdiff
path: root/coverage/inorout.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/inorout.py')
-rw-r--r--coverage/inorout.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/coverage/inorout.py b/coverage/inorout.py
index 93dbef0e..b023db0b 100644
--- a/coverage/inorout.py
+++ b/coverage/inorout.py
@@ -429,8 +429,6 @@ class InOrOut(object):
ok = True
if not ok:
return extra + "falls outside the --source spec"
- if self.cover_match.match(filename):
- return "inside --source, but is part of coverage.py"
if not self.source_in_third:
if self.third_match.match(filename):
return "inside --source, but is third-party"