diff options
author | Shaun Verch <shaun.verch@10gen.com> | 2013-09-03 14:53:58 -0400 |
---|---|---|
committer | Shaun Verch <shaun.verch@10gen.com> | 2013-09-04 16:25:48 -0400 |
commit | d564102905bf073b8370f872d1a2cac664084006 (patch) | |
tree | 324d3ea45b20b6da31476a4f4a06ca4734055bd2 /docs | |
parent | 5f40281d1463a4925086b29567499924dec04889 (diff) | |
download | mongo-d564102905bf073b8370f872d1a2cac664084006.tar.gz |
Removed old unused Model class
Diffstat (limited to 'docs')
-rw-r--r-- | docs/errors.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/errors.md b/docs/errors.md index 9b73d27be91..3f107a218f2 100644 --- a/docs/errors.md +++ b/docs/errors.md @@ -151,14 +151,6 @@ src/mongo/client/gridfs.cpp * 9008 [code](http://github.com/mongodb/mongo/blob/master/src/mongo/client/gridfs.cpp#L141) filemd5 failed -src/mongo/client/model.cpp ----- -* 10016 [code](http://github.com/mongodb/mongo/blob/master/src/mongo/client/model.cpp#L39) _id isn't set - needed for remove()" , _id["_id -* 13121 [code](http://github.com/mongodb/mongo/blob/master/src/mongo/client/model.cpp#L81) -* 9002 [code](http://github.com/mongodb/mongo/blob/master/src/mongo/client/model.cpp#L51) error on Model::remove: -* 9003 [code](http://github.com/mongodb/mongo/blob/master/src/mongo/client/model.cpp#L123) error on Model::save: - - src/mongo/client/parallel.cpp ---- * 10017 [code](http://github.com/mongodb/mongo/blob/master/src/mongo/client/parallel.cpp#L101) cursor already done |