diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-08-05 14:10:36 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-08-05 14:10:36 -0400 |
commit | 7d335e715c65d71611c5c4d7134ad8529eb3893a (patch) | |
tree | 2f3c471d90b177e9643897f779511c36e2ee4110 /scripting | |
parent | a3475be9defff022330efb81fc374045c9320ec2 (diff) | |
download | mongo-7d335e715c65d71611c5c4d7134ad8529eb3893a.tar.gz |
fix shell
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/engine_spidermonkey.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripting/engine_spidermonkey.cpp b/scripting/engine_spidermonkey.cpp index f0ad07819f3..b163720bd81 100644 --- a/scripting/engine_spidermonkey.cpp +++ b/scripting/engine_spidermonkey.cpp @@ -1064,7 +1064,6 @@ namespace mongo { } bool exec( const string& code , const string& name = "(anon)" , bool printResult = false , bool reportError = true , bool assertOnError = true, int timeoutMs = 0 ){ - smlock; precall(); jsval ret = JSVAL_VOID; |