diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-06 08:41:41 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-06 08:41:41 +0100 |
| commit | cf117de31fc793db6ba5c67c9aa8af06b1e2f69f (patch) | |
| tree | d9c81bcb93df9bf856df3a6f80fbe968b7ab6596 /testsuite.py | |
| parent | dda3a6d1a87a366de10ac635331c1ee982c85c41 (diff) | |
Get rid of Choice.default_selection
Was only used by allyesconfig.py. Easy to add back if needed at any
point.
Diffstat (limited to 'testsuite.py')
| -rw-r--r-- | testsuite.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite.py b/testsuite.py index b23ef23..f2a4eb7 100644 --- a/testsuite.py +++ b/testsuite.py @@ -1884,7 +1884,6 @@ def test_sanity(conf, arch): choice.user_value choice.assignable choice.selection - choice.default_selection choice.type choice.visibility |
