Remove unnecessary macro definition.

This commit is contained in:
Ulrich Drepper 2004-03-07 10:05:54 +00:00
parent a7467d522b
commit ead3275943
1 changed files with 1 additions and 3 deletions

View File

@ -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 <drepper@redhat.com>, 2003.
@ -24,8 +24,6 @@
#include <unistd.h>
#define N 100
static pthread_once_t once = PTHREAD_ONCE_INIT;
static pthread_cond_t cond = PTHREAD_COND_INITIALIZER;