Remove PROTO_SR, CS_SR, CS_Z3950
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 1 Oct 2013 12:51:50 +0000 (14:51 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 1 Oct 2013 12:51:50 +0000 (14:51 +0200)
include/yaz/comstack.h
include/yaz/oid_util.h

index 36c42e7..cea7db4 100644 (file)
@@ -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
 
index efe4794..fc141d3 100644 (file)
@@ -45,7 +45,6 @@ typedef enum oid_proto
 {
     PROTO_NOP=0,
     PROTO_Z3950,
-    PROTO_SR,
     PROTO_HTTP
 } oid_proto;