diff options
Diffstat (limited to 'src/mongo/util/concurrency/thread_name.h')
-rw-r--r-- | src/mongo/util/concurrency/thread_name.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/util/concurrency/thread_name.h b/src/mongo/util/concurrency/thread_name.h index c86aef82577..88e7d25bd88 100644 --- a/src/mongo/util/concurrency/thread_name.h +++ b/src/mongo/util/concurrency/thread_name.h @@ -30,7 +30,6 @@ #include <string> #include "mongo/base/string_data.h" -#include "mongo/client/export_macros.h" namespace mongo { @@ -43,6 +42,6 @@ namespace mongo { * Retrieves the name of the current thread, as previously set, or "" if no name was previously * set. */ - MONGO_CLIENT_API const std::string& getThreadName(); + const std::string& getThreadName(); } // namespace mongo |