From bc23cc6c7db853770f7890284998eee0812e11cf Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 23 Jun 2015 04:51:19 +0200 Subject: Remove unused _parse_block() default parameter value. --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kconfiglib.py b/kconfiglib.py index 8d48425..94eca04 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -605,7 +605,7 @@ class Config(object): visible_if_deps, res) def _parse_block(self, line_feeder, end_marker, parent, deps, - visible_if_deps=None, res=None): + visible_if_deps, res=None): """Parses a block, which is the contents of either a file or an if, menu, or choice statement. Returns a list with the Items in the block. -- cgit v1.2.3