diff options
author | Andrew Morrow <acm@mongodb.com> | 2014-12-09 11:37:13 -0500 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2014-12-09 13:52:50 -0500 |
commit | c26b358aede3e974da05d403cdbcd72d8eac3c60 (patch) | |
tree | 5d6ed34733afdf51c077be910392d5517f5fc23b /etc | |
parent | bc38b5af5637edc8a9aaa9708fcec106b4bc4325 (diff) | |
download | mongo-c26b358aede3e974da05d403cdbcd72d8eac3c60.tar.gz |
SERVER-16478 Remove unused List1 class
Diffstat (limited to 'etc')
-rw-r--r-- | etc/lsan.suppressions | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/lsan.suppressions b/etc/lsan.suppressions index 7a0254dd41f..2094b82cc5a 100644 --- a/etc/lsan.suppressions +++ b/etc/lsan.suppressions @@ -12,6 +12,3 @@ leak:mongo::setThreadName # lets just ignore v8 for now. If we upgrade to newer v8 # try removing this suppression leak:v8:: - -# List1 is an abomination, as is its test. -leak:ThreadedTests::List1 |