diff --git a/scripting/bench.cpp b/scripting/bench.cpp index fe099b5739a..bfd52b06416 100644 --- a/scripting/bench.cpp +++ b/scripting/bench.cpp @@ -30,13 +30,6 @@ namespace mongo { - /** - * benchQuery( "foo" , { _id : 1 } ) - */ - BSONObj benchQuery( const BSONObj& args ) { - return BSONObj(); - } - struct BenchRunConfig { BenchRunConfig() { host = "localhost";