diff options
author | Eric Milkie <milkie@10gen.com> | 2015-02-19 15:48:15 -0500 |
---|---|---|
committer | Eric Milkie <milkie@10gen.com> | 2015-02-19 16:06:08 -0500 |
commit | b0e50245a3cef4b22d0c4d60586bf843bb9c1861 (patch) | |
tree | 5bd5ad303c42e5671c3f907c3ba8e9f77d29b33c /src/mongo/db/dbcommands.cpp | |
parent | ae341c89d09b634047dd080af0f9e173e6d8b6e5 (diff) | |
download | mongo-b0e50245a3cef4b22d0c4d60586bf843bb9c1861.tar.gz |
SERVER-17330 remove server.h and dependencies; all dead code
Diffstat (limited to 'src/mongo/db/dbcommands.cpp')
-rw-r--r-- | src/mongo/db/dbcommands.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/dbcommands.cpp b/src/mongo/db/dbcommands.cpp index db5a64f8b96..8141b4ed09c 100644 --- a/src/mongo/db/dbcommands.cpp +++ b/src/mongo/db/dbcommands.cpp @@ -80,7 +80,6 @@ #include "mongo/s/d_state.h" #include "mongo/s/stale_exception.h" // for SendStaleConfigException #include "mongo/scripting/engine.h" -#include "mongo/server.h" #include "mongo/util/fail_point_service.h" #include "mongo/util/log.h" #include "mongo/util/md5.hpp" |