summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/datetime/date_time_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/datetime/date_time_support.h')
-rw-r--r--src/mongo/db/query/datetime/date_time_support.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/query/datetime/date_time_support.h b/src/mongo/db/query/datetime/date_time_support.h
index 42697027cac..94ac4c4d08e 100644
--- a/src/mongo/db/query/datetime/date_time_support.h
+++ b/src/mongo/db/query/datetime/date_time_support.h
@@ -32,7 +32,6 @@
#include <memory>
#include <string>
-#include "mongo/base/disallow_copying.h"
#include "mongo/db/service_context.h"
#include "mongo/util/string_map.h"
#include "mongo/util/time_support.h"
@@ -332,7 +331,8 @@ private:
* accessed via the global service context.
*/
class TimeZoneDatabase {
- MONGO_DISALLOW_COPYING(TimeZoneDatabase);
+ TimeZoneDatabase(const TimeZoneDatabase&) = delete;
+ TimeZoneDatabase& operator=(const TimeZoneDatabase&) = delete;
public:
/**