diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2018-10-24 16:49:04 +0200 |
---|---|---|
committer | Anna Henningsen <anna@addaleax.net> | 2018-11-06 11:29:22 +0000 |
commit | 50f951c90f7a68bc4285a1cfb8e0180c9a336060 (patch) | |
tree | e14c6a1e85b4729440c9b981303a7519fcbed4e0 /deps/cares/cares.gyp | |
parent | aa82a21c3aa706036451775e7e0a9a487e2bf922 (diff) | |
download | node-new-50f951c90f7a68bc4285a1cfb8e0180c9a336060.tar.gz |
deps: remove old c-ares configure files
Remove leftover files that were added in commit 58e4edaf68 from 2013
to help with standalone builds of the c-ares fork that we maintained
at the time.
PR-URL: https://github.com/nodejs/node/pull/23854
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'deps/cares/cares.gyp')
-rw-r--r-- | deps/cares/cares.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/cares/cares.gyp b/deps/cares/cares.gyp index fce52acb31..c5719f4d90 100644 --- a/deps/cares/cares.gyp +++ b/deps/cares/cares.gyp @@ -35,7 +35,6 @@ 'include_dirs': [ 'include' ] }, 'sources': [ - 'common.gypi', 'include/ares.h', 'include/ares_rules.h', 'include/ares_version.h', |