summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2022-09-24 00:53:04 -0500
committerDaniel Moody <daniel.moody@mongodb.com>2022-09-24 00:53:04 -0500
commit9235f72aa0f68d3763202b8cb2fb3ebc63b14b72 (patch)
treed7c15ff92185875a96fc15f02531117e26251344
parent8aae61588ba8821372ec4483e508818d025e0aa8 (diff)
downloadmongo-9235f72aa0f68d3763202b8cb2fb3ebc63b14b72.tar.gz
small fix
-rw-r--r--src/third_party/cares/SConscript4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/third_party/cares/SConscript b/src/third_party/cares/SConscript
index 0e07b85fa35..c43c0f08dfa 100644
--- a/src/third_party/cares/SConscript
+++ b/src/third_party/cares/SConscript
@@ -18,8 +18,6 @@ cares_env.Append(
],
)
-source_files = [
-
cares_env.Library(
target='cares',
source=[
@@ -80,4 +78,4 @@ cares_env.Library(
"dist/src/lib/inet_ntop.c",
"dist/src/lib/ares_process.c",
],
-) \ No newline at end of file
+)