summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfiglib.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 3bf6415..379e687 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -2217,10 +2217,6 @@ class _Block(object):
return strings
- def add_depend_expr(self, expr):
- for item in self.items:
- item.add_depend_expr(expr)
-
class Item(object):
"""Base class for symbols and other Kconfig constructs. Subclasses are