From 2e650535356dd29b0196ec7e51a3093bd2d700a8 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Tue, 11 Dec 2012 13:38:23 +0100 Subject: Remove calc_default_value(). It's a weird and probably pretty useless API. --- kconfigtest.py | 1 - 1 file changed, 1 deletion(-) (limited to 'kconfigtest.py') 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() -- cgit v1.2.3