Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
kou authored Aug 31, 2024
1 parent f11af96 commit 6470664
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cpp/src/arrow/testing/process.cc
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,13 @@
namespace asio = BOOST_PROCESS_V2_ASIO_NAMESPACE;
namespace process = BOOST_PROCESS_V2_NAMESPACE;
namespace filesystem = process::filesystem;
#else
#ifdef BOOST_PROCESS_HAVE_V1
#elif defined(BOOST_PROCESS_HAVE_V1)
namespace process = boost::process::v1;
namespace filesystem = boost::process::v1::filesystem;
#else
namespace process = boost::process;
namespace filesystem = boost::filesystem;
#endif
#endif

namespace arrow::util {

Expand Down

0 comments on commit 6470664

Please sign in to comment.