From: Adam Dickmeiss Date: Mon, 19 Sep 2011 10:49:58 +0000 (+0200) Subject: Remove dead code: TXML is not a transfer syntax X-Git-Tag: v1.6.3~13^2~3 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=b98dee48223d77553169129fc98f9bb40475c7c1;p=pazpar2-moved-to-github.git Remove dead code: TXML is not a transfer syntax --- 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");