diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-01-21 15:51:17 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-01-23 16:50:37 +0100 |
commit | 2f227907de0858dd18d7151252373002f482a6da (patch) | |
tree | 58b0731dd4e805c402c8696fe134491a857ab389 /src/other_tools/root_maps/commit_git_map.hpp | |
parent | 19ddb7b9ef8bb862ed70528d3bc831eae1c59377 (diff) | |
download | justbuild-2f227907de0858dd18d7151252373002f482a6da.tar.gz |
JustMr: CommitGitMap: Remove unused arguments.
Diffstat (limited to 'src/other_tools/root_maps/commit_git_map.hpp')
-rw-r--r-- | src/other_tools/root_maps/commit_git_map.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/other_tools/root_maps/commit_git_map.hpp b/src/other_tools/root_maps/commit_git_map.hpp index 304f37b6..a213dc04 100644 --- a/src/other_tools/root_maps/commit_git_map.hpp +++ b/src/other_tools/root_maps/commit_git_map.hpp @@ -86,7 +86,6 @@ using CommitGitMap = std::vector<std::string> const& launcher, ServeApi const* serve, gsl::not_null<StorageConfig const*> const& native_storage_config, - StorageConfig const* compat_storage_config, gsl::not_null<IExecutionApi const*> const& local_api, IExecutionApi const* remote_api, bool fetch_absent, |