mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 08:11:04 +01:00
GEOM: Remove g_wait_sim.
It seems never been used since addition.
This commit is contained in:
parent
10ae42ccbd
commit
67c58cd729
@ -59,7 +59,7 @@ void g_do_wither(void);
|
||||
|
||||
/* geom_subr.c */
|
||||
extern struct class_list_head g_classes;
|
||||
extern char *g_wait_event, *g_wait_sim, *g_wait_up, *g_wait_down;
|
||||
extern char *g_wait_event, *g_wait_up, *g_wait_down;
|
||||
void g_wither_washer(void);
|
||||
|
||||
/* geom_io.c */
|
||||
|
@ -71,7 +71,7 @@ SDT_PROVIDER_DEFINE(geom);
|
||||
|
||||
struct class_list_head g_classes = LIST_HEAD_INITIALIZER(g_classes);
|
||||
static struct g_tailq_head geoms = TAILQ_HEAD_INITIALIZER(geoms);
|
||||
char *g_wait_event, *g_wait_up, *g_wait_down, *g_wait_sim;
|
||||
char *g_wait_event, *g_wait_up, *g_wait_down;
|
||||
|
||||
struct g_hh00 {
|
||||
struct g_class *mp;
|
||||
|
Loading…
Reference in New Issue
Block a user