Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kconfig: qconf: remove redundant check in goBack()

The same check is performed in the configList->setParentMenu() call.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

-3
-3
scripts/kconfig/qconf.cc
··· 1616 1616 1617 1617 void ConfigMainWindow::goBack(void) 1618 1618 { 1619 - if (configList->rootEntry == &rootmenu) 1620 - return; 1621 - 1622 1619 configList->setParentMenu(); 1623 1620 } 1624 1621