diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/chroot.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/chroot.c b/src/chroot.c index a1ff57edc..9a2c913ee 100644 --- a/src/chroot.c +++ b/src/chroot.c @@ -23,7 +23,6 @@ #include "system.h" #include "error.h" -#include "exitfail.h" #include "long-options.h" #include "quote.h" @@ -81,7 +80,6 @@ main (int argc, char **argv) bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); - exit_failure = CHROOT_FAILURE; atexit (close_stdout); parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION, |