diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-01-21 15:58:54 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-01-23 16:50:37 +0100 |
commit | d2eed1607c87a878e5336c891d44dbc40ef71476 (patch) | |
tree | 5b121b6d29c39a9d6391791f1de00f16d10b746a /src/other_tools/root_maps/distdir_git_map.hpp | |
parent | 2f227907de0858dd18d7151252373002f482a6da (diff) | |
download | justbuild-d2eed1607c87a878e5336c891d44dbc40ef71476.tar.gz |
JustMr: DistdirGitMap: Use serve calls
...instead of EnsureAbsentRootOnServe.
And remove unused arguments.
Diffstat (limited to 'src/other_tools/root_maps/distdir_git_map.hpp')
-rw-r--r-- | src/other_tools/root_maps/distdir_git_map.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/other_tools/root_maps/distdir_git_map.hpp b/src/other_tools/root_maps/distdir_git_map.hpp index 7bd82ca0..98c466c6 100644 --- a/src/other_tools/root_maps/distdir_git_map.hpp +++ b/src/other_tools/root_maps/distdir_git_map.hpp @@ -62,7 +62,6 @@ using DistdirGitMap = gsl::not_null<CriticalGitOpMap*> const& critical_git_op_map, ServeApi const* serve, gsl::not_null<StorageConfig const*> const& native_storage_config, - StorageConfig const* compat_storage_config, gsl::not_null<Storage const*> const& native_storage, gsl::not_null<IExecutionApi const*> const& local_api, IExecutionApi const* remote_api, |