Skip to content

Commit

Permalink
CXX-336 remove connection pool and associated cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
amidvidy committed Oct 3, 2014
1 parent 5a41685 commit 8b86dca
Show file tree
Hide file tree
Showing 18 changed files with 139 additions and 1,727 deletions.
2 changes: 0 additions & 2 deletions src/SConscript.client
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ clientSourceBasic = [
'mongo/client/bulk_update_builder.cpp',
'mongo/client/bulk_upsert_builder.cpp',
'mongo/client/command_writer.cpp',
'mongo/client/connpool.cpp',
'mongo/client/dbclient.cpp',
'mongo/client/dbclient_rs.cpp',
'mongo/client/dbclientcursor.cpp',
Expand Down Expand Up @@ -222,7 +221,6 @@ clientHeaders = [
'mongo/client/bulk_operation_builder.h',
'mongo/client/bulk_update_builder.h',
'mongo/client/bulk_upsert_builder.h',
'mongo/client/connpool.h',
'mongo/client/dbclient.h',
'mongo/client/dbclient_rs.h',
'mongo/client/dbclientcursor.h',
Expand Down
1 change: 0 additions & 1 deletion src/mongo/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ unittests = [
'client/dbclient_rs_test',
'client/index_spec_test',
'client/replica_set_monitor_test',
'client/scoped_db_conn_test',
'client/write_concern_test',
'db/dbmessage_test',
'dbtests/jsobjtests',
Expand Down

0 comments on commit 8b86dca

Please sign in to comment.