diff options
author | Billy Donahue <billy.donahue@mongodb.com> | 2022-07-29 02:22:35 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-07-29 03:02:32 +0000 |
commit | 35978285c4be21c80e4781a827fda307e4b040a0 (patch) | |
tree | 2599632320ab8996d0e4aae0fa19ac5d7831a689 /src/mongo/db/concurrency | |
parent | 241430c057ef1481e127b1121dda39b571587c54 (diff) | |
download | mongo-35978285c4be21c80e4781a827fda307e4b040a0.tar.gz |
SERVER-68378 remove all uses of optional_io.hpp
Diffstat (limited to 'src/mongo/db/concurrency')
-rw-r--r-- | src/mongo/db/concurrency/d_concurrency_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/concurrency/d_concurrency_test.cpp b/src/mongo/db/concurrency/d_concurrency_test.cpp index ec8bd8309c9..da3abff499d 100644 --- a/src/mongo/db/concurrency/d_concurrency_test.cpp +++ b/src/mongo/db/concurrency/d_concurrency_test.cpp @@ -30,7 +30,6 @@ #include "mongo/platform/basic.h" -#include <boost/optional/optional_io.hpp> #include <functional> #include <memory> #include <string> |