diff options
author | Peter Keresztes Schmidt <carbenium@outlook.com> | 2020-06-23 08:54:12 +0200 |
---|---|---|
committer | Peter Keresztes Schmidt <carbenium@outlook.com> | 2020-06-23 18:03:16 +0200 |
commit | b210bb37130087d9a25a61dfb1b8baa60540c12c (patch) | |
tree | 2bd93f0a254f0d16a78c497817c9badb5d4b36b0 /src/common/Common.h | |
parent | dc41aae0427faecef57b831f3a2ed735a9369dd7 (diff) |
Core/Misc: Replace Trinity::make_unique with std (#24869)
(cherry picked from commit bab5fd87a34d92737e92d0850be05890a5ce8e24)
Diffstat (limited to 'src/common/Common.h')
-rw-r--r-- | src/common/Common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/Common.h b/src/common/Common.h index 3f881039dda..2d497b213f7 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -121,9 +121,4 @@ TC_COMMON_API LocaleConstant GetLocaleByName(std::string const& name); #define MAX_QUERY_LEN 32*1024 -namespace Trinity -{ - using std::make_unique; -} - #endif |