summaryrefslogtreecommitdiff
path: root/src/mongo/tools/mongobridge_options.cpp
diff options
context:
space:
mode:
authorShaun Verch <shaun.verch@10gen.com>2013-10-23 19:19:07 -0400
committerShaun Verch <shaun.verch@10gen.com>2013-10-24 10:38:13 -0400
commit3a40ae32970eba3ad93607a81d252800a802a834 (patch)
tree3ba5ebb4640a32e1b5a537a4bf066dd1c2b7aaf1 /src/mongo/tools/mongobridge_options.cpp
parentc59072955c5294282d643a28536dbb6e6eeb453b (diff)
downloadmongo-3a40ae32970eba3ad93607a81d252800a802a834.tar.gz
SERVER-11144 Use new positional option interface and remove old interface
Diffstat (limited to 'src/mongo/tools/mongobridge_options.cpp')
-rw-r--r--src/mongo/tools/mongobridge_options.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/tools/mongobridge_options.cpp b/src/mongo/tools/mongobridge_options.cpp
index dec9e65117c..cfcc511cbf3 100644
--- a/src/mongo/tools/mongobridge_options.cpp
+++ b/src/mongo/tools/mongobridge_options.cpp
@@ -23,9 +23,6 @@ namespace mongo {
MongoBridgeGlobalParams mongoBridgeGlobalParams;
- typedef moe::OptionDescription OD;
- typedef moe::PositionalOptionDescription POD;
-
Status addMongoBridgeOptions(moe::OptionSection* options) {
options->addOptionChaining("help", "help", moe::Switch, "produce help message");