summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@10gen.com>2011-12-13 14:45:07 -0500
committerSpencer T Brody <spencer@10gen.com>2011-12-13 14:45:07 -0500
commit29adff139c3cef1c5908b07c61268ce5512d78d8 (patch)
tree5cc3fe95b6797fffdb896ffe5af8bd0222176f50 /tools
parent766e4493d3f58470cd4f1a510419393a926b7287 (diff)
downloadmongo-29adff139c3cef1c5908b07c61268ce5512d78d8.tar.gz
Fix compile
Diffstat (limited to 'tools')
-rw-r--r--tools/restore.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/restore.cpp b/tools/restore.cpp
index 49bfb67dfa6..f7cf8308494 100644
--- a/tools/restore.cpp
+++ b/tools/restore.cpp
@@ -177,7 +177,6 @@ public:
cout << "Finished restoring config database." << endl
<< "Calling flushRouterConfig on this connection" << endl;
- BSONObj info;
conn().runCommand( "config" , BSON( "flushRouterConfig" << 1 ) , info );
}