From 3f90dc3e321f9c54b7b42ab0c548c591b8e4142e Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 7 Mar 2014 15:14:38 -0500 Subject: init: remove dead code related to systemd-timestamp --- init | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init b/init index 0f46475..4891ed8 100644 --- a/init +++ b/init @@ -5,10 +5,6 @@ mount_handler=default_mount_handler init=/sbin/init rd_logmask=0 -if [ -x /usr/bin/systemd-timestamp ]; then - RD_TIMESTAMP=$(systemd-timestamp) -fi - . /init_functions mount -t proc proc /proc -o nosuid,noexec,nodev -- cgit v1.2.3-24-g4f1b