summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-04-09 17:04:42 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-04-09 22:00:38 -0400
commitece55be910a5f3dc1a888353be70edc787bf96cc (patch)
treec746f3c564aaa8585480e801a16d82155d0652c8 /src/mongo/db/exec
parent5f53777e82516f52ede09c4be75f3a3f80733e63 (diff)
downloadmongo-ece55be910a5f3dc1a888353be70edc787bf96cc.tar.gz
SERVER-17496 Remove unused code and includes in sharding
Diffstat (limited to 'src/mongo/db/exec')
-rw-r--r--src/mongo/db/exec/shard_filter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/exec/shard_filter.h b/src/mongo/db/exec/shard_filter.h
index 904fc000a38..16cc21d7392 100644
--- a/src/mongo/db/exec/shard_filter.h
+++ b/src/mongo/db/exec/shard_filter.h
@@ -33,7 +33,6 @@
#include "mongo/db/exec/plan_stage.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/record_id.h"
-#include "mongo/s/chunk_version.h"
#include "mongo/s/d_state.h"
namespace mongo {