From: Ulrich Drepper Date: Sun, 7 Mar 2004 10:05:54 +0000 (+0000) Subject: Remove unnecessary macro definition. X-Git-Tag: cvs/fedora-base~726 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=ead327594300796f6e87293c5a53827b744eb93d;p=glibc.git Remove unnecessary macro definition. --- 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;