Bump copyright year
[idzebra-moved-to-github.git] / util / snippet.c
index 9be51e9..49d82a3 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the Zebra server.
-   Copyright (C) 1994-2009 Index Data
+   Copyright (C) 1994-2010 Index Data
 
 Zebra 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
@@ -219,11 +219,6 @@ const struct zebra_snippet_word *zebra_snippets_lookup(
     for (hit_w = zebra_snippets_constlist(hit); hit_w; hit_w = hit_w->next)
     {
        const zebra_snippet_word *doc_w;
-        doc_w = zebra_snippets_constlist(doc);
-        if (!doc_w)
-            {
-                yaz_log(YLOG_WARN, "zebra_snippets_constlist returns 0");
-            }
         for (doc_w = zebra_snippets_constlist(doc); doc_w; doc_w = doc_w->next)
         {
             if (doc_w->ord == hit_w->ord && doc_w->seqno == hit_w->seqno