summaryrefslogtreecommitdiff
path: root/test/testatomic.c
diff options
context:
space:
mode:
authorBrian Pane <brianp@apache.org>2003-09-14 01:47:36 +0000
committerBrian Pane <brianp@apache.org>2003-09-14 01:47:36 +0000
commit5f89511a07fbb12e6c862889242cc7b3b873d948 (patch)
tree5570cbc52a296f0a90c1025a242535e648d6ba94 /test/testatomic.c
parent3349697f3d2c6d83928632d609b9cb93c87466f8 (diff)
downloadapr-5f89511a07fbb12e6c862889242cc7b3b873d948.tar.gz
remove some debug code that leaked in to the last commit
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64621 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testatomic.c')
-rw-r--r--test/testatomic.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/testatomic.c b/test/testatomic.c
index 024c9dd15..4ad72dca4 100644
--- a/test/testatomic.c
+++ b/test/testatomic.c
@@ -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 */