Skip to content

Commit d1e71e2

Browse files
committed
CXX-151 As part of RC3 backport, drop signal_handlers.
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.
1 parent afcb021 commit d1e71e2

File tree

3 files changed

+0
-315
lines changed

3 files changed

+0
-315
lines changed

src/SConscript.client

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ clientSourceBasic = [
9898
'mongo/util/net/sock.cpp',
9999
"mongo/util/net/socket_poll.cpp",
100100
'mongo/util/net/ssl_manager.cpp',
101-
'mongo/util/signal_handlers.cpp',
102101
'mongo/util/stringutils.cpp',
103102
'mongo/util/text.cpp',
104103
'mongo/util/time_support.cpp',
@@ -231,7 +230,6 @@ clientHeaders = [
231230
'mongo/util/net/sock.h',
232231
'mongo/util/net/ssl_manager.h',
233232
'mongo/util/net/ssl_options.h',
234-
'mongo/util/signal_handlers.h',
235233
'mongo/util/time_support.h',
236234
'mongo/util/version.h',
237235
]

src/mongo/util/signal_handlers.cpp

Lines changed: 0 additions & 276 deletions
This file was deleted.

src/mongo/util/signal_handlers.h

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)