640641642643644645646647648649650
// Clone, add dup to cursor original = cursorImpl; dup = original.cloneCursor(true); // Latch the bins and do the delete with the dup dup.latchBINs(); status = dup.delete(); return status; } finally { if (original != null) {
658659660661662663664665666667668
/* Clone, add dup to cursor. */ original = cursorImpl; dup = original.cloneCursor(true); /* Latch the bins and do the delete with the dup. */ dup.latchBINs(); status = dup.delete(); return status; } finally { if (original != null) {