diff options
author | Andrew Morrow <acm@mongodb.com> | 2015-03-25 19:17:26 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2015-03-26 10:17:08 -0400 |
commit | 06b58e9c7c349ce81504cf6ce2823082205ab0f7 (patch) | |
tree | e56a7389a28887ad11fcd80bcdf7e21cccd033ab /src/mongo/client/connpool.h | |
parent | 05533d52a29589f54ec9ee582e770a5fdda552a5 (diff) | |
download | mongo-06b58e9c7c349ce81504cf6ce2823082205ab0f7.tar.gz |
SERVER-17736 Remove obsolete C++ driver symbol export miscellanea
Diffstat (limited to 'src/mongo/client/connpool.h')
-rw-r--r-- | src/mongo/client/connpool.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/client/connpool.h b/src/mongo/client/connpool.h index e027f182301..3385e255cf3 100644 --- a/src/mongo/client/connpool.h +++ b/src/mongo/client/connpool.h @@ -33,7 +33,6 @@ #include <stack> #include "mongo/client/dbclientinterface.h" -#include "mongo/client/export_macros.h" #include "mongo/platform/atomic_word.h" #include "mongo/platform/cstdint.h" #include "mongo/util/background.h" |