diff options
author | Hari Khalsa <hkhalsa@10gen.com> | 2013-12-11 16:55:46 -0500 |
---|---|---|
committer | Hari Khalsa <hkhalsa@10gen.com> | 2013-12-12 09:54:02 -0500 |
commit | 143e99cf0c36aaffbdbc74d4a8a2a7f50f119139 (patch) | |
tree | b25924ac86ae6ad960942de1c797a18f4accd859 /src/mongo/db/fts/SConscript | |
parent | 172bf6a4e24a65da9a6269507c2385c797d35cb7 (diff) | |
download | mongo-143e99cf0c36aaffbdbc74d4a8a2a7f50f119139.tar.gz |
SERVER-10026 migrate text cmd to use query exec
Diffstat (limited to 'src/mongo/db/fts/SConscript')
-rw-r--r-- | src/mongo/db/fts/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/fts/SConscript b/src/mongo/db/fts/SConscript index b0b13a443c1..7ec267cc6ad 100644 --- a/src/mongo/db/fts/SConscript +++ b/src/mongo/db/fts/SConscript @@ -48,7 +48,6 @@ env.Library( 'server_common', [ env.Library('ftsmongod', [ 'fts_command_mongod.cpp', - 'fts_search.cpp', ], LIBDEPS=["base","server_common"]) |