From b98dee48223d77553169129fc98f9bb40475c7c1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 19 Sep 2011 12:49:58 +0200 Subject: [PATCH] Remove dead code: TXML is not a transfer syntax --- src/client.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/client.c b/src/client.c index 6bc8e4f..b7aa66a 100644 --- a/src/client.c +++ b/src/client.c @@ -403,11 +403,6 @@ static int nativesyntax_to_type(struct session_database *sdb, char *type, strcpy(type, "xml"); return 0; } - else if (!strcmp(syntax, "TXML")) - { - strcpy(type, "txml"); - return 0; - } else if (!strcmp(syntax, "USmarc") || !strcmp(syntax, "MARC21")) { strcpy(type, "xml; charset=marc8-s"); -- 1.7.10.4