From 6b28897ff5f2e769a7454e59305f418d05db9a11 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Wed, 6 Jun 2007 12:37:17 +0000 Subject: [PATCH] git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPCR/branches/refactoring@47 60f365c0-8329-0410-b2a4-ec073aeeaa1d --- src/libecoPCR/ecofilter.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/libecoPCR/ecofilter.c b/src/libecoPCR/ecofilter.c index 52e6dbc..8a7dbb1 100644 --- a/src/libecoPCR/ecofilter.c +++ b/src/libecoPCR/ecofilter.c @@ -1,18 +1,5 @@ #include "ecoPCR.h" -int eco_is_taxid_ignored( int32_t *ignored_taxid, - int32_t tab_len, - int32_t taxid) -{ - int i; - for (i=0; i < tab_len; i++){ - if(taxid == ignored_taxid[i]) - return 1; - } - return 0; -} - - int eco_is_taxid_included( ecotaxonomy_t *taxonomy, int32_t *restricted_taxid, int32_t tab_len,