Fix bug introduced in srw.c revision 1.37
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 11 Nov 2005 22:07:11 +0000 (22:07 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 11 Nov 2005 22:07:11 +0000 (22:07 +0000)
src/srw.c

index 68d2056..47718b4 100644 (file)
--- a/src/srw.c
+++ b/src/srw.c
@@ -2,7 +2,7 @@
  * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: srw.c,v 1.39 2005-11-11 22:06:46 adam Exp $
+ * $Id: srw.c,v 1.40 2005-11-11 22:07:11 adam Exp $
  */
 /**
  * \file srw.c
@@ -291,8 +291,6 @@ static int yaz_srw_record(ODR o, xmlNodePtr pptr, Z_SRW_record *rec,
                 match_xsd_string_n(data_ptr, "recordData", o, 
                                    &rec->recordData_buf, &rec->recordData_len);
                 break;
-            default:
-                /* need some way to signal diagnostic here */
             }
         }
         rec->recordPacking = pack;