diff options
author | brianp <brianp@13f79535-47bb-0310-9956-ffa450edef68> | 2003-09-14 01:47:36 +0000 |
---|---|---|
committer | brianp <brianp@13f79535-47bb-0310-9956-ffa450edef68> | 2003-09-14 01:47:36 +0000 |
commit | 05d1266b24a9da4c12d24f8afe453db419ca3ecf (patch) | |
tree | 5570cbc52a296f0a90c1025a242535e648d6ba94 /test/testatomic.c | |
parent | 1d97682ece147aab9f04dc35ce944e3990dae841 (diff) | |
download | libapr-05d1266b24a9da4c12d24f8afe453db419ca3ecf.tar.gz |
remove some debug code that leaked in to the last commit
git-svn-id: http://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.c | 5 |
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 */ |