diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-11 13:38:23 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-11 13:38:23 +0100 |
| commit | 2e650535356dd29b0196ec7e51a3093bd2d700a8 (patch) | |
| tree | 5c5c0bf1872e5dff256c2e3c521b8c703713e8bb /kconfigtest.py | |
| parent | a55e3d29246cb9e480e36c925b268892f29e8f98 (diff) | |
Remove calc_default_value().
It's a weird and probably pretty useless API.
Diffstat (limited to 'kconfigtest.py')
| -rw-r--r-- | kconfigtest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kconfigtest.py b/kconfigtest.py index 6cbcb2d..d448d17 100644 --- a/kconfigtest.py +++ b/kconfigtest.py @@ -792,7 +792,6 @@ def test_call_all(conf): for s in conf.get_symbols(): s.reset() s.calc_value() - s.calc_default_value() s.get_user_value() s.get_name() s.get_upper_bound() |
