diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-06 04:25:12 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-06 04:25:12 +0100 |
| commit | 5daacb621b1570d794a371a8eb16ffe9048efd80 (patch) | |
| tree | 603c9df98044ceb16accdcf73e7b3c7b5918fcaa /kconfigtest.py | |
| parent | 1747d18e5141e9ebb180474776358d496712f8af (diff) | |
Remove redundant assignment.
Diffstat (limited to 'kconfigtest.py')
| -rw-r--r-- | kconfigtest.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kconfigtest.py b/kconfigtest.py index dba23a2..b8d577a 100644 --- a/kconfigtest.py +++ b/kconfigtest.py @@ -98,9 +98,6 @@ def get_arch_configs(): res = [] - # Nothing looks at this as of Linux 2.6.38-rc3 - os.environ["KERNELVERSION"] = "2" - for archdir in os.listdir("arch"): if archdir == "h8300": # Broken Kconfig as of Linux 2.6.38-rc3 |
