X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=client%2Fclient.c;h=2d24363c988fb3f28ecbefc71c1fb9424e0b19a5;hp=2b314f5188f9e6372db23be21f40fa7cb0ab2a29;hb=a54c709b3e2feff5762bfa7dfa8ee653b429d369;hpb=eeb13f1ab726d5437a76bcc92927d7d756949821 diff --git a/client/client.c b/client/client.c index 2b314f5..2d24363 100644 --- a/client/client.c +++ b/client/client.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2003, Index Data * See the file LICENSE for details. * - * $Id: client.c,v 1.194 2003-05-20 19:55:29 adam Exp $ + * $Id: client.c,v 1.195 2003-05-20 20:33:29 adam Exp $ */ #include @@ -77,7 +77,6 @@ static Z_ElementSetNames *elementSetNames = 0; static int setno = 1; /* current set offset */ static enum oid_proto protocol = PROTO_Z3950; /* current app protocol */ static enum oid_value recordsyntax = VAL_USMARC; -//static enum oid_value schema = VAL_NONE; static char *schema = 0; static int sent_close = 0; static NMEM session_mem = NULL; /* memory handle for init-response */