From: Adam Dickmeiss Date: Thu, 23 Feb 2006 11:16:22 +0000 (+0000) Subject: Removed redundant check X-Git-Tag: YAZ.2.1.14~22 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=20ba81cb8fa43d1a3837a9f3cb657384cef83a23 Removed redundant check --- diff --git a/test/tsticonv.c b/test/tsticonv.c index cafe901..be0f26b 100644 --- a/test/tsticonv.c +++ b/test/tsticonv.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: tsticonv.c,v 1.14 2006-02-22 19:48:53 adam Exp $ + * $Id: tsticonv.c,v 1.15 2006-02-23 11:16:22 adam Exp $ */ #if HAVE_CONFIG_H @@ -362,7 +362,6 @@ int main (int argc, char **argv) YAZ_CHECK(utf8_check(1000)); YAZ_CHECK(utf8_check(10000)); YAZ_CHECK(utf8_check(100000)); - YAZ_CHECK(utf8_check(100000)); YAZ_CHECK(utf8_check(1000000)); YAZ_CHECK(utf8_check(10000000)); YAZ_CHECK(utf8_check(100000000));