Remove dead code: TXML is not a transfer syntax
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 19 Sep 2011 10:49:58 +0000 (12:49 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 19 Sep 2011 10:49:58 +0000 (12:49 +0200)
src/client.c

index 6bc8e4f..b7aa66a 100644 (file)
@@ -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");