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 /src/SConscript.client | |
parent | 5f40281d1463a4925086b29567499924dec04889 (diff) | |
download | mongo-d564102905bf073b8370f872d1a2cac664084006.tar.gz |
Removed old unused Model class
Diffstat (limited to 'src/SConscript.client')
-rw-r--r-- | src/SConscript.client | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SConscript.client b/src/SConscript.client index e8952c22a17..0e62e589144 100644 --- a/src/SConscript.client +++ b/src/SConscript.client @@ -45,7 +45,6 @@ clientSourceBasic = [ 'mongo/client/dbclient_rs.cpp', 'mongo/client/dbclientcursor.cpp', 'mongo/client/gridfs.cpp', - 'mongo/client/model.cpp', 'mongo/client/sasl_client_authenticate.cpp', 'mongo/client/syncclusterconnection.cpp', 'mongo/db/jsobj.cpp', |