summaryrefslogtreecommitdiff
path: root/src/mongo/util/SConscript
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2019-04-11 13:15:13 -0400
committerMathias Stearn <mathias@10gen.com>2019-04-11 18:38:43 -0400
commit342e6f115ee06cfa226a3c3006f87d9bd50bda8e (patch)
treec3d0ce0165afc0770013306d4043a72dcbe7200f /src/mongo/util/SConscript
parent502df279c7476c01758ab210728f4acc4a27a218 (diff)
downloadmongo-342e6f115ee06cfa226a3c3006f87d9bd50bda8e.tar.gz
SERVER-40590 delete KeyedExecutor
Diffstat (limited to 'src/mongo/util/SConscript')
-rw-r--r--src/mongo/util/SConscript11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mongo/util/SConscript b/src/mongo/util/SConscript
index 18f096b148b..dc81899bb93 100644
--- a/src/mongo/util/SConscript
+++ b/src/mongo/util/SConscript
@@ -740,17 +740,6 @@ env.CppUnitTest(
],
)
-env.CppUnitTest(
- target='keyed_executor_test',
- source=[
- 'keyed_executor_test.cpp',
- ],
- LIBDEPS=[
- '$BUILD_DIR/mongo/base',
- '$BUILD_DIR/mongo/util/concurrency/thread_pool',
- ],
-)
-
env.Benchmark(
target='decimal_counter_bm',
source=[