diff options
author | ADAM David Alan Martin <adam.martin@10gen.com> | 2019-08-15 04:10:04 -0400 |
---|---|---|
committer | ADAM David Alan Martin <adam.martin@10gen.com> | 2019-08-15 04:10:04 -0400 |
commit | 7eff30764a9d2137fc761e218dc2a58b6c006539 (patch) | |
tree | fc7c12ef222fb11353e9ac48dc7e1873785ba97d /src/mongo/stdx | |
parent | a810b1a727b2b4059c74bc9a17e04b0284ba9597 (diff) | |
download | mongo-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.cpp | 1 |
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" |