1 2 3 4 5 6 7 8 9
// engine_none.cpp #include "engine.h" namespace mongo { void ScriptEngine::setup(){ // noop } }