summaryrefslogtreecommitdiffstats
path: root/src/libutil/mem_pool.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-05-26 11:41:17 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-05-26 11:41:17 +0100
commit0cbb494df0edc3a0a4704c7d8488c5f6f978db8d (patch)
treef289842ac7f9dc92584c6574143dd6d1a54a5b59 /src/libutil/mem_pool.h
parentb1575711e78b96cd8560d4bebcebcfa92e2d14a7 (diff)
downloadrspamd-0cbb494df0edc3a0a4704c7d8488c5f6f978db8d.tar.gz
rspamd-0cbb494df0edc3a0a4704c7d8488c5f6f978db8d.zip
Remove useless locking.
Diffstat (limited to 'src/libutil/mem_pool.h')
-rw-r--r--src/libutil/mem_pool.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libutil/mem_pool.h b/src/libutil/mem_pool.h
index 7403ced29..5684f1a49 100644
--- a/src/libutil/mem_pool.h
+++ b/src/libutil/mem_pool.h
@@ -93,7 +93,6 @@ typedef struct memory_pool_s {
struct _pool_chain_shared *shared_pool; /**< shared chain */
struct _pool_destructors *destructors; /**< destructors chain */
GHashTable *variables; /**< private memory pool variables */
- struct rspamd_mutex_s *mtx; /**< threads lock */
} rspamd_mempool_t;
/**