projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
860ec3f
)
kconfig: qconf: remove unused ConfigList::listView()
author
Masahiro Yamada
<masahiroy@kernel.org>
Fri, 7 Aug 2020 09:18:56 +0000
(18:18 +0900)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Fri, 14 Aug 2020 04:37:47 +0000
(13:37 +0900)
I do not know how this function can be useful. In fact, it is unsed.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/qconf.h
patch
|
blob
|
history
diff --git
a/scripts/kconfig/qconf.h
b/scripts/kconfig/qconf.h
index b806839986352b5cb112ad23d81a5735d9afd25d..6e6bb0a963482c5cc516786546d760a3bd9551f5 100644
(file)
--- a/
scripts/kconfig/qconf.h
+++ b/
scripts/kconfig/qconf.h
@@
-88,10
+88,6
@@
public:
updateList(NULL);
updateAll = false;
}
- ConfigList* listView()
- {
- return this;
- }
void addColumn(colIdx idx)
{
showColumn(idx);