aboutsummaryrefslogtreecommitdiff
path: root/test/lint
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2023-03-12 18:59:25 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-03-27 14:16:37 +0000
commit70434b1c443d9251a880d0193af771f574c40617 (patch)
tree9aa7de8e249485bad0f05df4769c547bd79a73af /test/lint
parentcc8b9875b104c31f0a5b5e4195a8278ec55f35f7 (diff)
downloadbitcoin-70434b1c443d9251a880d0193af771f574c40617.tar.xz
external_signer: replace boost::process with cpp-subprocess
This primarily affects the `RunCommandParseJSON` utility function.
Diffstat (limited to 'test/lint')
-rwxr-xr-xtest/lint/lint-includes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/lint-includes.py b/test/lint/lint-includes.py
index 81ed4c0840..90884299d5 100755
--- a/test/lint/lint-includes.py
+++ b/test/lint/lint-includes.py
@@ -30,7 +30,6 @@ EXPECTED_BOOST_INCLUDES = ["boost/date_time/posix_time/posix_time.hpp",
"boost/multi_index/tag.hpp",
"boost/multi_index_container.hpp",
"boost/operators.hpp",
- "boost/process.hpp",
"boost/signals2/connection.hpp",
"boost/signals2/optional_last_value.hpp",
"boost/signals2/signal.hpp",