From: Adam Dickmeiss Date: Fri, 13 Jul 2007 09:28:43 +0000 (+0000) Subject: Remoevd unused definition X-Git-Tag: YAZ.3.0.10~19 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=6cca4572a48148d7d425d1643ddd08d03cedeb69;p=yaz-moved-to-github.git Remoevd unused definition --- diff --git a/client/client.c b/client/client.c index f258f76..23e9af2 100644 --- a/client/client.c +++ b/client/client.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: client.c,v 1.347 2007-07-04 09:21:00 adam Exp $ + * $Id: client.c,v 1.348 2007-07-13 09:28:43 adam Exp $ */ /** \file client.c * \brief yaz-client program @@ -171,9 +171,6 @@ static cql_transform_t cqltrans = 0; /* CQL context-set handle */ int rl_attempted_completion_over = 0; #endif -/* set this one to 1, to avoid decode of unknown MARCs */ -#define AVOID_MARC_DECODE 1 - #define maxOtherInfosSupported 10 struct eoi { Odr_oid oid[OID_SIZE];