summaryrefslogtreecommitdiff
path: root/src/mongo/stdx
diff options
context:
space:
mode:
authorADAM David Alan Martin <adam.martin@10gen.com>2019-08-15 04:10:04 -0400
committerADAM David Alan Martin <adam.martin@10gen.com>2019-08-15 04:10:04 -0400
commit7eff30764a9d2137fc761e218dc2a58b6c006539 (patch)
treefc7c12ef222fb11353e9ac48dc7e1873785ba97d /src/mongo/stdx
parenta810b1a727b2b4059c74bc9a17e04b0284ba9597 (diff)
downloadmongo-7eff30764a9d2137fc761e218dc2a58b6c006539.tar.gz
SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOINLINE`
Also removed the `PACKED_DECL`, since it isn't used.
Diffstat (limited to 'src/mongo/stdx')
-rw-r--r--src/mongo/stdx/condition_variable_bm.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/stdx/condition_variable_bm.cpp b/src/mongo/stdx/condition_variable_bm.cpp
index f306e999dfc..a78e8e29411 100644
--- a/src/mongo/stdx/condition_variable_bm.cpp
+++ b/src/mongo/stdx/condition_variable_bm.cpp
@@ -31,7 +31,6 @@
#include <benchmark/benchmark.h>
-#include "mongo/bson/inline_decls.h"
#include "mongo/stdx/condition_variable.h"
#include "mongo/stdx/mutex.h"
#include "mongo/stdx/thread.h"