mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
assert
This commit is contained in:
parent
8210548d7f
commit
50f7e4dc7a
@ -464,7 +464,7 @@ inline bool runCommands(const char *ns, JSObj& jsobj, stringstream& ss, BufBuild
|
||||
Element e;
|
||||
e = jsobj.firstElement();
|
||||
|
||||
assert(false);
|
||||
// assert(false);
|
||||
|
||||
if( e.eoo() ) goto done;
|
||||
if( e.type() == Code ) {
|
||||
|
Loading…
Reference in New Issue
Block a user