removed extraneous abort

This commit is contained in:
Sears Russell 2005-04-14 01:43:14 +00:00
parent c60787e8b2
commit a053b19757

View file

@ -356,7 +356,6 @@ int getRecordTypeUnlocked(int xid, Page * p, recordid rid) {
return (fixedPageCount(p) > rid.slot) ?
FIXED_RECORD : UNINITIALIZED_RECORD;
} else {
abort();
return UNINITIALIZED_RECORD;
}
}