summaryrefslogtreecommitdiff
path: root/nptl/tst-once4.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-07 10:05:54 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-07 10:05:54 +0000
commitead327594300796f6e87293c5a53827b744eb93d (patch)
tree600b7e27b951efef56d7f9db6de057e567749be7 /nptl/tst-once4.c
parenta7467d522b9966392fe8626ffb5916c5e4369062 (diff)
Remove unnecessary macro definition.
Diffstat (limited to 'nptl/tst-once4.c')
-rw-r--r--nptl/tst-once4.c4
1 files changed, 1 insertions, 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 <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;