aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-09-11 19:26:44 +0000
committerlloyd <[email protected]>2009-09-11 19:26:44 +0000
commitcc8b60c7f5ea6be28848498367645cbccba035e8 (patch)
treee6586d17d8b136c3e55eb02ddf504d34b193bbb2 /src/alloc
parentaa7beddcc30d256dbcaea55a951ca75c5361b2b4 (diff)
Remove dep on mutex module (doesn't exist here). Use initializer list in libstate.cpp
Diffstat (limited to 'src/alloc')
-rw-r--r--src/alloc/mem_pool/info.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/alloc/mem_pool/info.txt b/src/alloc/mem_pool/info.txt
index 0a762ccc4..b1c7a091f 100644
--- a/src/alloc/mem_pool/info.txt
+++ b/src/alloc/mem_pool/info.txt
@@ -6,7 +6,3 @@ load_on auto
mem_pool.cpp
mem_pool.h
</add>
-
-<requires>
-mutex
-</requires>