diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-07-26 16:44:13 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-07-30 12:10:06 +0200 |
commit | 6089297787902f9a38a678e2ffdf639e779a1594 (patch) | |
tree | 82e2d49d283c29b0b8f65d9ef8066832e0855d25 /src/buildtool/execution_api/common/api_bundle.hpp | |
parent | d1293c8f9147375fa70d5dce1c0d38988300bc95 (diff) | |
download | justbuild-6089297787902f9a38a678e2ffdf639e779a1594.tar.gz |
ApiBundle: Remove deprecated fields now used via RemoteContext
Diffstat (limited to 'src/buildtool/execution_api/common/api_bundle.hpp')
-rw-r--r-- | src/buildtool/execution_api/common/api_bundle.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/buildtool/execution_api/common/api_bundle.hpp b/src/buildtool/execution_api/common/api_bundle.hpp index 7d524b2e..17c64d1e 100644 --- a/src/buildtool/execution_api/common/api_bundle.hpp +++ b/src/buildtool/execution_api/common/api_bundle.hpp @@ -19,14 +19,10 @@ #include <optional> #include "gsl/gsl" -#include "src/buildtool/auth/authentication.hpp" -#include "src/buildtool/common/remote/remote_common.hpp" -#include "src/buildtool/common/remote/retry_config.hpp" #include "src/buildtool/common/repository_config.hpp" #include "src/buildtool/crypto/hash_function.hpp" #include "src/buildtool/execution_api/common/execution_api.hpp" #include "src/buildtool/execution_api/local/context.hpp" -#include "src/buildtool/execution_api/remote/config.hpp" #include "src/buildtool/execution_api/remote/context.hpp" /// \brief Utility structure for instantiation of local and remote apis at the @@ -51,9 +47,6 @@ struct ApiBundle final { -> gsl::not_null<IExecutionApi::Ptr>; // Needed to be set before creating the remote (via CreateRemote) - Auth const& auth; - RetryConfig const& retry_config; - RemoteExecutionConfig const& remote_config; HashFunction const hash_function; // 7 bytes of alignment. |