summaryrefslogtreecommitdiff
path: root/lab
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-01-09 11:28:32 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-01-09 11:28:32 -0500
commitf2beb9c5e97fd887fe0b848812432bf467f30582 (patch)
tree858202bed7735f9ec39a2d0aafcde3b774a9d264 /lab
parentdff9d0e82ada01ac9dbfea2874a220380e905b2b (diff)
downloadpython-coveragepy-git-f2beb9c5e97fd887fe0b848812432bf467f30582.tar.gz
Funcdecfs went away
Diffstat (limited to 'lab')
-rw-r--r--lab/parser.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lab/parser.py b/lab/parser.py
index 331131bf..087d334a 100644
--- a/lab/parser.py
+++ b/lab/parser.py
@@ -122,8 +122,6 @@ class ParserMain(object):
marks[3] = '"'
if lineno in pyparser.raw_classdefs:
marks[3] = 'C'
- if lineno in pyparser.raw_funcdefs:
- marks[3] = 'f'
if lineno in pyparser.raw_excluded:
marks[4] = 'x'