X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmatchstr.c;h=3a319d33b0e3175f90deb993c59b4dce3b475d29;hb=db93359f0cbf9a1e9dc81ea05f7b8662f843ae3d;hp=b3faae7e4302f52f0047e47b5ff862cee83a9dcd;hpb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505;p=yaz-moved-to-github.git diff --git a/src/matchstr.c b/src/matchstr.c index b3faae7..3a319d3 100644 --- a/src/matchstr.c +++ b/src/matchstr.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 1995-2005, Index Data ApS + * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: matchstr.c,v 1.5 2005-06-25 15:46:04 adam Exp $ + * $Id: matchstr.c,v 1.7 2007-01-03 08:42:15 adam Exp $ */ /** @@ -20,12 +20,6 @@ #include #include -/* - * Match strings, independently of case and occurences of '-'. - * fairly inefficient - will be replaced with an indexing scheme for - * the various subsystems if we get a bottleneck here. - */ - int yaz_matchstr(const char *s1, const char *s2) { while (*s1 && *s2)