diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-05 07:27:16 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-05 07:29:33 +0200 |
| commit | dd4e2bfebfaeffb7af6454fa7341554570b84da6 (patch) | |
| tree | 8ff85b891f307785deadb76dee6ffd74dd648580 | |
| parent | 4ac3bfb9f7e1452715c98c9e1a3d0dd1815a11ce (diff) | |
Remove _Block.add_depend_expr() -- unused.
The entire _Block class is probably up next.
| -rw-r--r-- | kconfiglib.py | 4 |
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 |
