mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 12:12:06 +00:00
Remove unneeded check
This commit is contained in:
parent
90058945d2
commit
5759f217c9
@ -5068,7 +5068,7 @@ toro:
|
||||
if (ds->midflags == R_MIDFLAGS_REALIGN && skip_bytes) {
|
||||
inc = skip_bytes;
|
||||
}
|
||||
if (ds->midbb && skip_bytes_bb && skip_bytes_bb < inc) {
|
||||
if (skip_bytes_bb && skip_bytes_bb < inc) {
|
||||
inc = skip_bytes_bb;
|
||||
}
|
||||
if (inc < 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user