summaryrefslogtreecommitdiff
path: root/sys/kern/subr_witness.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/subr_witness.c')
-rw-r--r--sys/kern/subr_witness.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c
index 7190ffc6be49..bf87e908ed8f 100644
--- a/sys/kern/subr_witness.c
+++ b/sys/kern/subr_witness.c
@@ -1915,7 +1915,6 @@ depart(struct witness *w)
witness_increment_graph_generation();
}
-
static void
adopt(struct witness *parent, struct witness *child)
{
@@ -2893,7 +2892,6 @@ witness_hash_djb2(const uint8_t *key, uint32_t size)
return (hash);
}
-
/*
* Initializes the two witness hash tables. Called exactly once from
* witness_initialize().
@@ -2966,7 +2964,6 @@ witness_hash_put(struct witness *w)
w_hash.wh_count++;
}
-
static struct witness_lock_order_data *
witness_lock_order_get(struct witness *parent, struct witness *child)
{