chiark / gitweb /
util: unify implementations of freeze()
[elogind.git] / src / main.c
index ee12e1f3aff7691bb25782539138ff19acbfac57..6c65e64a2eaa4dfc90febf37adc5891078e51699 100644 (file)
@@ -73,11 +73,6 @@ static char *arg_console = NULL;
 
 static FILE* serialization = NULL;
 
-_noreturn_ static void freeze(void) {
-        for (;;)
-                pause();
-}
-
 static void nop_handler(int sig) {
 }