mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
lvresize: drop extra sigint handling
yes_no_prompt() now already handles signal checking, so drop redundant test.
This commit is contained in:
parent
d578d8d3a1
commit
3a4107c982
@ -4377,8 +4377,6 @@ static int _request_confirmation(const struct volume_group *vg,
|
||||
display_lvname(lv));
|
||||
return 0;
|
||||
}
|
||||
if (sigint_caught())
|
||||
return_0;
|
||||
}
|
||||
|
||||
return 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user