diff options
author | lloyd <[email protected]> | 2009-09-11 19:26:44 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-09-11 19:26:44 +0000 |
commit | cc8b60c7f5ea6be28848498367645cbccba035e8 (patch) | |
tree | e6586d17d8b136c3e55eb02ddf504d34b193bbb2 /src/alloc/mem_pool/info.txt | |
parent | aa7beddcc30d256dbcaea55a951ca75c5361b2b4 (diff) |
Remove dep on mutex module (doesn't exist here). Use initializer list in libstate.cpp
Diffstat (limited to 'src/alloc/mem_pool/info.txt')
-rw-r--r-- | src/alloc/mem_pool/info.txt | 4 |
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> |