From 20ba81cb8fa43d1a3837a9f3cb657384cef83a23 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 23 Feb 2006 11:16:22 +0000 Subject: [PATCH] Removed redundant check --- test/tsticonv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)); -- 1.7.10.4