X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=isam%2Fphysical.c;h=312d3e24eb18de7a8c60f48048af95f8c73262cc;hb=a15e6ea036010b9e0f9be59e81461c8a4e894db4;hp=ae1f58463e547335e0c97af41853ea2a7ffd903c;hpb=a5545de18b5d3762a1f29569a4b10ca5017506db;p=idzebra-moved-to-github.git diff --git a/isam/physical.c b/isam/physical.c index ae1f584..312d3e2 100644 --- a/isam/physical.c +++ b/isam/physical.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: physical.c,v $ - * Revision 1.4 1994-09-27 20:03:53 quinn + * Revision 1.5 1994-09-28 11:29:33 quinn + * Added cmp parameter. + * + * Revision 1.4 1994/09/27 20:03:53 quinn * Seems relatively bug-free. * * Revision 1.3 1994/09/26 17:11:31 quinn @@ -160,11 +163,6 @@ void is_p_sync(is_mtable *tab) type = &tab->is->types[tab->pos_type]; for (p = tab->data; p; p = p->next) { - int fummy; -/* -if (p->num_records == 0) - fummy = 1/0; -*/ if (p->state < IS_MBSTATE_DIRTY) continue; /* make sure that blocks are allocated. */