bio: remove unused variable

This commit is contained in:
Thomas Schoebel-Theuer 2021-03-01 11:52:19 +01:00
parent 9048df0690
commit 16d623c25b

View File

@ -49,7 +49,6 @@ struct bio_mref_aspect {
struct bio_output *output;
unsigned long long start_stamp;
int status_code;
int hash_pos;
int alloc_len;
bool do_dealloc;
};