Happy new year
[pazpar2-moved-to-github.git] / src / logic.c
index 1824fe9..52868ec 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of Pazpar2.
-   Copyright (C) 2006-2008 Index Data
+   Copyright (C) 2006-2009 Index Data
 
 Pazpar2 is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -1089,12 +1089,6 @@ struct record *ingest_record(struct client *cl, const char *rec,
 
             // and polulate with data:
             // assign cluster or record based on merge action
-            if (ser_md->merge == Metadata_merge_no)
-            {
-                while (*wheretoput)
-                    wheretoput = &(*wheretoput)->next;
-                *wheretoput = rec_md;
-            }
             if (ser_md->merge == Metadata_merge_unique)
             {
                 struct record_metadata *mnode;