summaryrefslogtreecommitdiffstats
path: root/src/usr/autoboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/autoboot.c')
-rw-r--r--src/usr/autoboot.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/usr/autoboot.c b/src/usr/autoboot.c
index 738c3ceaa..df152e3ac 100644
--- a/src/usr/autoboot.c
+++ b/src/usr/autoboot.c
@@ -40,9 +40,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
*
*/
-/** Shutdown flags for exit */
-int shutdown_exit_flags = 0;
-
/**
* Perform PXE menu boot when PXE stack is not available
*/
@@ -193,7 +190,6 @@ int boot_root_path ( const char *root_path ) {
if ( fetch_intz_setting ( NULL, &keep_san_setting ) != 0 ) {
printf ( "Preserving connection to SAN device %#02x\n",
drive );
- shutdown_exit_flags |= SHUTDOWN_KEEP_DEVICES;
goto err_keep_san;
}