Skip to content
Commit 8ace8838 authored by Tom Rix's avatar Tom Rix Committed by Jan Kara
Browse files

reiserfs: remove unused sched_count variable



clang with W=1 reports
fs/reiserfs/journal.c:3034:6: error: variable
  'sched_count' set but not used [-Werror,-Wunused-but-set-variable]
        int sched_count = 0;
            ^
This variable is not used so remove it.

Signed-off-by: default avatarTom Rix <trix@redhat.com>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
Message-Id: <20230326204459.1358553-1-trix@redhat.com>
parent fae0a2b2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment