diff options
Diffstat (limited to 'src/mongo/shell/bench.h')
-rw-r--r-- | src/mongo/shell/bench.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/shell/bench.h b/src/mongo/shell/bench.h index 280d7c1399d..6edd007b6c6 100644 --- a/src/mongo/shell/bench.h +++ b/src/mongo/shell/bench.h @@ -30,7 +30,6 @@ #include <string> -#include <boost/scoped_ptr.hpp> #include <boost/shared_ptr.hpp> #include <boost/thread/condition.hpp> #include <boost/noncopyable.hpp> @@ -434,7 +433,7 @@ namespace mongo { BenchRunState _brState; Timer *_brTimer; unsigned long long _microsElapsed; - boost::scoped_ptr<BenchRunConfig> _config; + std::unique_ptr<BenchRunConfig> _config; std::vector<BenchRunWorker *> _workers; BSONObj before; |