X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzrpn.c;h=4b39270e9d76789c577d5c7c0a2d2494d0abb535;hb=1285f0f6eeb151a62b69d8d3381c54ace03e55d4;hp=ce55c6e465ca245e05f7f339c2132aa5f0f0e80a;hpb=2cd05dfd682c368fd3bd73912144344d2954325f;p=idzebra-moved-to-github.git diff --git a/index/zrpn.c b/index/zrpn.c index ce55c6e..4b39270 100644 --- a/index/zrpn.c +++ b/index/zrpn.c @@ -1,4 +1,4 @@ -/* $Id: zrpn.c,v 1.195 2005-06-06 21:31:08 adam Exp $ +/* $Id: zrpn.c,v 1.196 2005-06-07 07:41:05 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -50,20 +50,6 @@ typedef struct Z_AttributesPlusTerm *zapt; } AttrType; -static struct ord_list *ord_list_create(NMEM nmem) -{ - return 0; -} - -static struct ord_list *ord_list_append(NMEM nmem, struct ord_list *list, - int ord) -{ - struct ord_list *n = nmem_malloc(nmem, sizeof(*n)); - n->ord = ord; - n->next = list; - return n; -} - static int log_level_set = 0; static int log_level_rpn = 0;