mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 10:01:03 +03:00
We don't actually use the reset functions anywhere, and nothing really
provides them.
This commit is contained in:
@@ -23,15 +23,6 @@ void call_init_fns ( void ) {
|
||||
}
|
||||
}
|
||||
|
||||
void call_reset_fns ( void ) {
|
||||
struct init_fn *init_fn;
|
||||
|
||||
for ( init_fn = init_fns; init_fn < init_fns_end ; init_fn++ ) {
|
||||
if ( init_fn->reset )
|
||||
init_fn->reset ();
|
||||
}
|
||||
}
|
||||
|
||||
void call_exit_fns ( void ) {
|
||||
struct init_fn *init_fn;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user