From f2beb9c5e97fd887fe0b848812432bf467f30582 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 9 Jan 2016 11:28:32 -0500 Subject: Funcdecfs went away --- lab/parser.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'lab/parser.py') 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' -- cgit v1.2.1