brianp 2003/09/13 18:47:36
Modified: test testatomic.c
Log:
remove some debug code that leaked in to the last commit
Revision Changes Path
1.25 +0 -5 apr/test/testatomic.c
Index: testatomic.c
===================================================================
RCS file: /home/cvs/apr/test/testatomic.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- testatomic.c 14 Sep 2003 01:45:12 -0000 1.24
+++ testatomic.c 14 Sep 2003 01:47:36 -0000 1.25
@@ -68,11 +68,6 @@
#include <pthread.h>
#endif
-static void foo(apr_atomic_t *bar, long xyzzy)
-{
- apr_atomic_add(bar, xyzzy);
-}
-
apr_pool_t *context;
apr_atomic_t y; /* atomic locks */