]> sourceware.org Git - glibc.git/commitdiff
Remove unnecessary macro definition.
authorUlrich Drepper <drepper@redhat.com>
Sun, 7 Mar 2004 10:05:54 +0000 (10:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 7 Mar 2004 10:05:54 +0000 (10:05 +0000)
nptl/tst-once4.c

index bf0638b63f77a3ae9f8f32ab1a91c9dec35e74fd..35bae3c0e5d26554b54c3c31802404456213d528 100644 (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;
This page took 0.042693 seconds and 5 git commands to generate.