Skip to content

Commit

Permalink
CXX-151 As part of RC3 backport, drop signal_handlers.
Browse files Browse the repository at this point in the history
These files changed significantly between rc2 and rc3, including
pulling in a new dependency on db/client.h, which we had not extracted.

We def. don't want db/client.h and its transitive dependencies, but
as a nice consequence of other edits in rc2..rc3, no files that we
own now depend on signal_handlers.h, so we can drop the dependency,
rather than needing to pull in db/client.h

Note that we have already made this change on the legacy branch. The
driver library shouldn't be in the business of signal handling.
  • Loading branch information
acmorrow committed Apr 4, 2014
1 parent afcb021 commit d1e71e2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 315 deletions.
2 changes: 0 additions & 2 deletions src/SConscript.client
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ clientSourceBasic = [
'mongo/util/net/sock.cpp',
"mongo/util/net/socket_poll.cpp",
'mongo/util/net/ssl_manager.cpp',
'mongo/util/signal_handlers.cpp',
'mongo/util/stringutils.cpp',
'mongo/util/text.cpp',
'mongo/util/time_support.cpp',
Expand Down Expand Up @@ -231,7 +230,6 @@ clientHeaders = [
'mongo/util/net/sock.h',
'mongo/util/net/ssl_manager.h',
'mongo/util/net/ssl_options.h',
'mongo/util/signal_handlers.h',
'mongo/util/time_support.h',
'mongo/util/version.h',
]
Expand Down
276 changes: 0 additions & 276 deletions src/mongo/util/signal_handlers.cpp

This file was deleted.

37 changes: 0 additions & 37 deletions src/mongo/util/signal_handlers.h

This file was deleted.

0 comments on commit d1e71e2

Please sign in to comment.