From 6cf32fafe48e17e937809e54edf5abc7451d557b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 1 Oct 2013 14:51:50 +0200 Subject: [PATCH] Remove PROTO_SR, CS_SR, CS_Z3950 --- include/yaz/comstack.h | 4 ---- include/yaz/oid_util.h | 1 - 2 files changed, 5 deletions(-) diff --git a/include/yaz/comstack.h b/include/yaz/comstack.h index 36c42e7..cea7db4 100644 --- a/include/yaz/comstack.h +++ b/include/yaz/comstack.h @@ -150,10 +150,6 @@ YAZ_EXPORT void cs_print_session_info(COMSTACK cs); #define CSBUFSIZE 7 #define CSLASTERROR CSBUFSIZE /* must be the value of last CS error */ -/* backwards compatibility */ -#define CS_SR PROTO_SR -#define CS_Z3950 PROTO_Z3950 - #define CS_FLAGS_BLOCKING 1 #define CS_FLAGS_NUMERICHOST 2 diff --git a/include/yaz/oid_util.h b/include/yaz/oid_util.h index efe4794..fc141d3 100644 --- a/include/yaz/oid_util.h +++ b/include/yaz/oid_util.h @@ -45,7 +45,6 @@ typedef enum oid_proto { PROTO_NOP=0, PROTO_Z3950, - PROTO_SR, PROTO_HTTP } oid_proto; -- 1.7.10.4