From 025861a9812c0f9b0dab2a6bb8c5d8ee5c0d631d Mon Sep 17 00:00:00 2001 From: seekfirstleapsecond <38333432+seekfirstleapsecond@users.noreply.github.com> Date: Mon, 7 Jan 2019 18:01:29 -0800 Subject: [PATCH] removed garbage Signed-off-by: Leap Second --- module/zfs/txg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/module/zfs/txg.c b/module/zfs/txg.c index f7b1964442..a7094e67db 100644 --- a/module/zfs/txg.c +++ b/module/zfs/txg.c @@ -508,7 +508,6 @@ txg_sync_thread(void *arg) tx_state_t *tx = &dp->dp_tx; callb_cpr_t cpr; clock_t start, delta; - boolean_t checked_quiescing = B_FALSE; (void) spl_fstrans_mark(); txg_thread_enter(tx, &cpr);