[svn:mod_parrot] r507 - mod_parrot/trunk/src

[email protected] Sat, 29 Nov 2008 10:50:38 -0800 (PST)
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
Author: jhorwitz
Date: Sat Nov 29 10:50:38 2008
New Revision: 507

Modified:
   mod_parrot/trunk/src/mod_parrot.c

Log:
remove unused mutexes


Modified: mod_parrot/trunk/src/mod_parrot.c
==============================================================================
--- mod_parrot/trunk/src/mod_parrot.c	(original)
+++ mod_parrot/trunk/src/mod_parrot.c	Sat Nov 29 10:50:38 2008
@@ -60,11 +60,6 @@
 int *conn_ctx;
 #define CONN_CTX_INDEX(c) (c->id % max_threads)
 
-#ifdef MPM_IS_THREADED
-apr_thread_mutex_t *ctx_pool_mutex;
-apr_thread_mutex_t *conn_ctx_mutex;
-#endif /* MPM_IS_THREADED */
-
 struct modparrot_cleanup_info {
     int module_index;    /* the HLL module that registered us */
     Parrot_PMC callback; /* callback subroutine */