summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/file_allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/mmap_v1/file_allocator.h')
-rw-r--r--src/mongo/db/storage/mmap_v1/file_allocator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/storage/mmap_v1/file_allocator.h b/src/mongo/db/storage/mmap_v1/file_allocator.h
index aabe2a368bf..cb987b21618 100644
--- a/src/mongo/db/storage/mmap_v1/file_allocator.h
+++ b/src/mongo/db/storage/mmap_v1/file_allocator.h
@@ -31,7 +31,6 @@
#include <list>
#include <boost/filesystem/path.hpp>
-#include <boost/noncopyable.hpp>
#include <boost/thread/condition.hpp>
#include "mongo/util/concurrency/mutex.h"
@@ -43,7 +42,8 @@ namespace mongo {
* requested asynchronously or synchronously.
* singleton
*/
- class FileAllocator : boost::noncopyable {
+ class FileAllocator {
+ MONGO_DISALLOW_COPYING(FileAllocator);
/*
* The public functions may not be called concurrently. The allocation
* functions may be called multiple times per file, but only the first