summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-03-21 15:06:38 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-03-22 16:46:16 +0100
commit854745ad36f54559360a7dfc937c382cd0faf057 (patch)
treef43e6b31b1a76fedba612c803c39c41a48d1b940 /src
parentcedf039565b3fbb4ed48555d7248dc55e60a8653 (diff)
downloadjustbuild-854745ad36f54559360a7dfc937c382cd0faf057.tar.gz
Git operations: Remove obsolete method declaration
Diffstat (limited to 'src')
-rw-r--r--src/other_tools/git_operations/git_operations.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/other_tools/git_operations/git_operations.hpp b/src/other_tools/git_operations/git_operations.hpp
index a7b7f61a..e034664e 100644
--- a/src/other_tools/git_operations/git_operations.hpp
+++ b/src/other_tools/git_operations/git_operations.hpp
@@ -53,13 +53,6 @@ class CriticalGitOps {
[[nodiscard]] static auto GitGetHeadId(
GitOpParams const& crit_op_params,
AsyncMapConsumerLoggerPtr const& logger) -> GitOpValue;
-
- // This operation needs the params: target_path, branch
- // Called to retrieve the refname of a local branch. Assumes folder exists.
- // It guarantees the logger is called exactly once with fatal if failure.
- [[nodiscard]] static auto GitGetBranchRefname(
- GitOpParams const& crit_op_params,
- AsyncMapConsumerLoggerPtr const& logger) -> GitOpValue;
};
#endif // INCLUDED_SRC_OTHER_TOOLS_GIT_OPERATIONS_GIT_OPERATIONS_HPP \ No newline at end of file