Merge branch 'last_version_wo_sru' of ssh://git.indexdata.com/home/git/pub/pazpar2...
[pazpar2-moved-to-github.git] / src / logic.c
index 4239171..9768671 100644 (file)
@@ -1238,12 +1238,6 @@ struct record *ingest_record(struct client *cl, Z_External *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;