commit: 865109b62c15e77dee1ff4b449f970faa25813d0
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 6 20:23:06 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Aug 7 15:03:45 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=865109b6
linuxrc: Remove dead code
Call to verbose_kmsg() was moved in commit 5842219. No need to keep this
any longer.
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
defaults/linuxrc | 2 --
1 file changed, 2 deletions(-)
diff --git a/defaults/linuxrc b/defaults/linuxrc
index a57de1c..1bd6dc9 100644
--- a/defaults/linuxrc
+++ b/defaults/linuxrc
@@ -922,8 +922,6 @@ do
done
# End determine root device
-#verbose_kmsg
-
# If CD root is set determine the looptype to boot
if [ "${CDROOT}" = '1' ]
then