0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
Dwight 2008-04-28 12:36:36 -04:00
parent 8210548d7f
commit 50f7e4dc7a

View File

@ -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 ) {