0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/scripting/engine_none.cpp
2009-04-23 16:51:51 -04:00

10 lines
115 B
C++

// engine_none.cpp
#include "engine.h"
namespace mongo {
void ScriptEngine::setup(){
// noop
}
}