summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2014-03-07 21:14:38 +0100
committerDave Reisner <dreisner@archlinux.org>2014-03-07 21:14:38 +0100
commit3f90dc3e321f9c54b7b42ab0c548c591b8e4142e (patch)
treef22c2f27f086c1deec13bce85aa4a7eb2ccf9831
parentddd22ae9cac387588c6e24d7a7f7c64e8a212d7f (diff)
downloadmkinitcpio-3f90dc3e321f9c54b7b42ab0c548c591b8e4142e.tar.gz
mkinitcpio-3f90dc3e321f9c54b7b42ab0c548c591b8e4142e.tar.xz
init: remove dead code related to systemd-timestamp
-rw-r--r--init4
1 files changed, 0 insertions, 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