diff options
author | Randolph Tan <randolph@10gen.com> | 2015-04-29 16:19:04 -0400 |
---|---|---|
committer | Randolph Tan <randolph@10gen.com> | 2015-05-05 11:15:53 -0400 |
commit | c4d7978fc00f5771ef3d6b65baf4375434df8999 (patch) | |
tree | 406ea1bed09a6c40a31c910804aebac37b9eb294 /src/mongo/s/d_state.cpp | |
parent | 6923cb27e54fdaa10ad33748c472c5cf6e557630 (diff) | |
download | mongo-c4d7978fc00f5771ef3d6b65baf4375434df8999.tar.gz |
SERVER-17592 Move legacy dist lock code under catalog
Diffstat (limited to 'src/mongo/s/d_state.cpp')
-rw-r--r-- | src/mongo/s/d_state.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/s/d_state.cpp b/src/mongo/s/d_state.cpp index 23dac9ad504..aff0e644307 100644 --- a/src/mongo/s/d_state.cpp +++ b/src/mongo/s/d_state.cpp @@ -57,7 +57,6 @@ #include "mongo/s/client/sharding_connection_hook.h" #include "mongo/s/config.h" #include "mongo/s/grid.h" -#include "mongo/s/legacy_dist_lock_manager.h" #include "mongo/s/metadata_loader.h" #include "mongo/s/stale_exception.h" #include "mongo/stdx/memory.h" |