From ead327594300796f6e87293c5a53827b744eb93d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 7 Mar 2004 10:05:54 +0000 Subject: [PATCH] Remove unnecessary macro definition. --- nptl/tst-once4.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nptl/tst-once4.c b/nptl/tst-once4.c index bf0638b63f..35bae3c0e5 100644 --- a/nptl/tst-once4.c +++ b/nptl/tst-once4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003 Free Software Foundation, Inc. +/* Copyright (C) 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2003. @@ -24,8 +24,6 @@ #include -#define N 100 - static pthread_once_t once = PTHREAD_ONCE_INIT; static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; -- 2.43.5