From 6089297787902f9a38a678e2ffdf639e779a1594 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Fri, 26 Jul 2024 16:44:13 +0200 Subject: ApiBundle: Remove deprecated fields now used via RemoteContext --- src/buildtool/execution_api/common/api_bundle.hpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/buildtool/execution_api/common/api_bundle.hpp') 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 #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; // 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. -- cgit v1.2.3