Remove conditional check for using Boost.Process:

- Since we require a min Boost version of 1.67 as of recently (for
  Beast), we also remove the conditional checks that existed for us
  to know whether Boost.Process is available or not. We can
  always assume it is available now.
- Remove runtime checks for minimum Boost and OpenSSL versions
  since they are checked at CMake configure time.
This commit is contained in:
Joe Loser
2018-06-15 18:06:30 -05:00
committed by Mike Ellery
parent 5a830b63e9
commit 06d0ff6e52
6 changed files with 3 additions and 240 deletions

View File

@@ -19,7 +19,6 @@
#include <ripple/basics/impl/BasicConfig.cpp>
#include <ripple/basics/impl/CheckLibraryVersions.cpp>
#include <ripple/basics/impl/contract.cpp>
#include <ripple/basics/impl/CountedObject.cpp>
#include <ripple/basics/impl/Log.cpp>