Skip to content

Commit b6a82b0

Browse files
committed
Removed redundant check
1 parent 9212006 commit b6a82b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/jrd/vio.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2472,8 +2472,7 @@ void VIO_modify(thread_db* tdbb, record_param* org_rpb, record_param* new_rpb,
24722472

24732473
invalidate_cursor_records(transaction, new_rpb);
24742474

2475-
if (relation->rel_flags & REL_check_partners)
2476-
MET_scan_partners(tdbb, relation);
2475+
MET_scan_partners(tdbb, relation);
24772476

24782477
/* We're almost ready to go. To modify the record, we must first
24792478
make a copy of the old record someplace else. Then we must re-fetch

0 commit comments

Comments
 (0)